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