Commit 3fd70a76 authored by Max Kellermann's avatar Max Kellermann

event/SignalMonitor: remove unused function SignalMonitorGetEventLoop

parent 4280f845
......@@ -170,12 +170,6 @@ SignalMonitorFinish()
monitor.Destruct();
}
EventLoop &
SignalMonitorGetEventLoop()
{
return monitor->GetEventLoop();
}
void
SignalMonitorRegister(int signo, SignalHandler handler)
{
......
......@@ -43,13 +43,6 @@ 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.
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment