Another netbsd build failure...

llvm-svn: 300640
This commit is contained in:
Chris Bieneman
2017-04-19 01:17:29 +00:00
parent 661d3d4b00
commit 9317c64768

View File

@@ -142,7 +142,6 @@ void MainLoop::UnregisterReadObject(IOObject::WaitableHandle handle) {
void MainLoop::UnregisterSignal(int signo) {
#if SIGNAL_POLLING_UNSUPPORTED
Error("Signal polling is not supported on this platform.");
return nullptr;
#else
// We undo the actions of RegisterSignal on a best-effort basis.
auto it = m_signals.find(signo);