0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

doc: Remove unused documentation about unimplemented features

This commit is contained in:
MarcoFalke 2020-05-28 09:12:34 -04:00
parent fab2950d70
commit fa9cca0550
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -29,7 +29,6 @@
// delete t; // delete t;
// delete s; // Must be done after thread is interrupted/joined. // delete s; // Must be done after thread is interrupted/joined.
// //
class CScheduler class CScheduler
{ {
public: public:
@ -62,8 +61,6 @@ public:
*/ */
void MockForward(std::chrono::seconds delta_seconds); 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, // Services the queue 'forever'. Should be run in a thread,
// and interrupted using boost::interrupt_thread // and interrupted using boost::interrupt_thread
void serviceQueue(); void serviceQueue();