From fa9cca0550f3d0ee8c276146f40007f76fbb97c2 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 28 May 2020 09:12:34 -0400 Subject: [PATCH] doc: Remove unused documentation about unimplemented features --- src/scheduler.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scheduler.h b/src/scheduler.h index 29f005d49c7..7ebe3df37fd 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();