diff options
-rw-r--r-- | tools/bugpoint/bugpoint.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index a4eae3c..2c98067 100644 --- a/tools/bugpoint/bugpoint.cpp +++ b/tools/bugpoint/bugpoint.cpp @@ -20,8 +20,6 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/PluginLoader.h" #include "llvm/System/Signals.h" -#include "llvm/Config/unistd.h" -//#include <sys/resource.h> using namespace llvm; static cl::list<std::string> |