[Lldb-commits] [lldb] r300605 - Removing unused include
Chris Bieneman via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 18 14:23:55 PDT 2017
Author: cbieneman
Date: Tue Apr 18 16:23:55 2017
New Revision: 300605
URL: http://llvm.org/viewvc/llvm-project?rev=300605&view=rev
Log:
Removing unused include
This is causing the Windows bot failures.
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=300605&r1=300604&r2=300605&view=diff
==============================================================================
--- lldb/trunk/source/Host/common/MainLoop.cpp (original)
+++ lldb/trunk/source/Host/common/MainLoop.cpp Tue Apr 18 16:23:55 2017
@@ -15,7 +15,6 @@
#include <cassert>
#include <cerrno>
#include <csignal>
-#include <sys/select.h>
#include <vector>
#if HAVE_SYS_EVENT_H
More information about the lldb-commits
mailing list