aboutsummaryrefslogtreecommitdiff
path: root/src/scheduler.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-05-28 09:12:34 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-05-28 10:22:57 -0400
commitfa9cca0550f3d0ee8c276146f40007f76fbb97c2 (patch)
treeb6522f0448b7449ae3eb333015486273e1bd6507 /src/scheduler.h
parentfab2950d703217ec34b27e677e4f33ebbf99ca08 (diff)
downloadbitcoin-fa9cca0550f3d0ee8c276146f40007f76fbb97c2.tar.xz
doc: Remove unused documentation about unimplemented features
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();