diff --git a/src/scheduler.h b/src/scheduler.h --- a/src/scheduler.h +++ b/src/scheduler.h @@ -32,7 +32,6 @@ // delete t; // delete s; // Must be done after thread is interrupted/joined. // - class CScheduler { public: CScheduler(); @@ -65,8 +64,6 @@ */ void MockForward(std::chrono::seconds delta_seconds); - // To keep things as simple as possible, there is no unschedule. - // Services the queue 'forever'. Should be run in a thread, and interrupted // using boost::interrupt_thread void serviceQueue();