Skip to content
Snippets Groups Projects
Commit f7cd7d87 authored by g0dil's avatar g0dil
Browse files

Scheduler: Remove empty TimerFDTimerSource (will be added again later)

parent a3ef5ca0
No related branches found
No related tags found
No related merge requests found
......@@ -92,17 +92,6 @@ namespace detail {
virtual void disable();
};
class TimerFDTimerSource
: public TimerSource
{
public:
virtual void timeout(ClockService::clock_type timeout);
virtual void notimeout();
virtual void enable();
virtual void disable();
};
}}}
///////////////////////////////hh.e////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment