event/SignalMonitor: remove unused function SignalMonitorGetEventLoop
This commit is contained in:
parent
4280f84535
commit
3fd70a769a
@ -170,12 +170,6 @@ SignalMonitorFinish()
|
||||
monitor.Destruct();
|
||||
}
|
||||
|
||||
EventLoop &
|
||||
SignalMonitorGetEventLoop()
|
||||
{
|
||||
return monitor->GetEventLoop();
|
||||
}
|
||||
|
||||
void
|
||||
SignalMonitorRegister(int signo, SignalHandler handler)
|
||||
{
|
||||
|
@ -42,13 +42,6 @@ SignalMonitorInit(EventLoop &loop);
|
||||
void
|
||||
SignalMonitorFinish();
|
||||
|
||||
/**
|
||||
* Obtain a reference to the #EventLoop that was passed to
|
||||
* SignalMonitorInit().
|
||||
*/
|
||||
EventLoop &
|
||||
SignalMonitorGetEventLoop();
|
||||
|
||||
/**
|
||||
* Register a handler for the specified signal. The handler will be
|
||||
* invoked in a safe context.
|
||||
|
Loading…
Reference in New Issue
Block a user