aboutsummaryrefslogtreecommitdiff
path: root/src/scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scheduler.h')
-rw-r--r--src/scheduler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scheduler.h b/src/scheduler.h
index 29f005d49c..7ebe3df37f 100644
--- a/src/scheduler.h
+++ b/src/scheduler.h
@@ -29,7 +29,6 @@
// delete t;
// delete s; // Must be done after thread is interrupted/joined.
//
-
class CScheduler
{
public:
@@ -62,8 +61,6 @@ public:
*/
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();