diff options
author | Max Kellermann <max@duempel.org> | 2016-06-20 10:48:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-06-20 10:48:34 +0200 |
commit | 3fd70a769a860c0b8aba8efe5a84b548dec44ed9 (patch) | |
tree | 2d3993c1aa6879c926cbe537019ed4e26179d872 /src/event/SignalMonitor.cxx | |
parent | 4280f845359af5e40ef408f739afb44fea94fe19 (diff) |
event/SignalMonitor: remove unused function SignalMonitorGetEventLoop
Diffstat (limited to 'src/event/SignalMonitor.cxx')
-rw-r--r-- | src/event/SignalMonitor.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/event/SignalMonitor.cxx b/src/event/SignalMonitor.cxx index 16e05b1f6..77ae975a9 100644 --- a/src/event/SignalMonitor.cxx +++ b/src/event/SignalMonitor.cxx @@ -170,12 +170,6 @@ SignalMonitorFinish() monitor.Destruct(); } -EventLoop & -SignalMonitorGetEventLoop() -{ - return monitor->GetEventLoop(); -} - void SignalMonitorRegister(int signo, SignalHandler handler) { |