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:
parent
fab2950d70
commit
fa9cca0550
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue