summaryrefslogtreecommitdiff
path: root/tools/bugpoint
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bugpoint')
-rw-r--r--tools/bugpoint/BugDriver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h
index e259dd95ce..e5b7373f04 100644
--- a/tools/bugpoint/BugDriver.h
+++ b/tools/bugpoint/BugDriver.h
@@ -17,12 +17,9 @@
#define BUGDRIVER_H
#include "llvm/ADT/DenseMap.h"
-#include "llvm/Support/CommandLine.h"
#include <vector>
#include <string>
-extern llvm::cl::opt<bool> StripDebug;
-
namespace llvm {
class Value;