diff options
| author | MarcoFalke <[email protected]> | 2020-05-28 09:12:34 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-05-28 10:22:57 -0400 |
| commit | fa9cca0550f3d0ee8c276146f40007f76fbb97c2 (patch) | |
| tree | b6522f0448b7449ae3eb333015486273e1bd6507 | |
| parent | doc: Switch boost::thread to std::thread in scheduler (diff) | |
| download | discoin-fa9cca0550f3d0ee8c276146f40007f76fbb97c2.tar.xz discoin-fa9cca0550f3d0ee8c276146f40007f76fbb97c2.zip | |
doc: Remove unused documentation about unimplemented features
| -rw-r--r-- | src/scheduler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/scheduler.h b/src/scheduler.h index 29f005d49..7ebe3df37 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(); |