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

event/SignalMonitor: remove unused function SignalMonitorGetEventLoop

parent 4280f845
...@@ -170,12 +170,6 @@ SignalMonitorFinish() ...@@ -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)
{ {
......
...@@ -43,13 +43,6 @@ void ...@@ -43,13 +43,6 @@ 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.
*/ */
......
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