mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
Another netbsd build failure...
llvm-svn: 300640
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user