[Lldb-commits] [lldb] r300640 - Another netbsd build failure...

Chris Bieneman via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 18 18:17:29 PDT 2017


Author: cbieneman
Date: Tue Apr 18 20:17:29 2017
New Revision: 300640

URL: http://llvm.org/viewvc/llvm-project?rev=300640&view=rev
Log:
Another netbsd build failure...

Modified:
    lldb/trunk/source/Host/common/MainLoop.cpp

Modified: lldb/trunk/source/Host/common/MainLoop.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/common/MainLoop.cpp?rev=300640&r1=300639&r2=300640&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/MainLoop.cpp (original)
+++ lldb/trunk/source/Host/common/MainLoop.cpp Tue Apr 18 20:17:29 2017
@@ -142,7 +142,6 @@ void MainLoop::UnregisterReadObject(IOOb
 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);




More information about the lldb-commits mailing list