Skip to content

Commit fa9cca0

Browse files
author
MarcoFalke
committed
doc: Remove unused documentation about unimplemented features
1 parent fab2950 commit fa9cca0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/scheduler.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
// delete t;
3030
// delete s; // Must be done after thread is interrupted/joined.
3131
//
32-
3332
class CScheduler
3433
{
3534
public:
@@ -62,8 +61,6 @@ class CScheduler
6261
*/
6362
void MockForward(std::chrono::seconds delta_seconds);
6463

65-
// To keep things as simple as possible, there is no unschedule.
66-
6764
// Services the queue 'forever'. Should be run in a thread,
6865
// and interrupted using boost::interrupt_thread
6966
void serviceQueue();

0 commit comments

Comments
 (0)