summaryrefslogtreecommitdiff
path: root/tools/bugpoint
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-04-14 04:46:11 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-04-14 04:46:11 +0000
commitd4ef4df939a830ae3ea4bd9063f6ec5e8d9dd216 (patch)
tree456802c588d1c09a37e20acc90071a8c4f104adc /tools/bugpoint
parentbeba1a31a4cdcfd59d9471b90a4bb00fed1bd6d7 (diff)
downloadllvm-d4ef4df939a830ae3ea4bd9063f6ec5e8d9dd216.tar.gz
llvm-d4ef4df939a830ae3ea4bd9063f6ec5e8d9dd216.tar.bz2
llvm-d4ef4df939a830ae3ea4bd9063f6ec5e8d9dd216.tar.xz
Remove accidentally committed cruft.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101230 91177308-0d34-0410-b5e6-96231b3b80d8
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;