add missing thread_tick in the !DO_PSTATS case

This commit is contained in:
David Rose 2007-04-10 17:55:05 +00:00
parent 8464d45d9f
commit 4c376a37f3

View File

@ -251,6 +251,7 @@ PUBLISHED:
INLINE static void resume_after_pause() { }
static void main_tick() { }
static void thread_tick(const string &) { }
};
#endif // DO_PSTATS