mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-25 16:31:29 +02:00
doc: Remove unused documentation about unimplemented features
This commit is contained in:
parent
fab2950d70
commit
fa9cca0550
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user