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 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();