mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -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 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…
Add table
Reference in a new issue