From: Nick Lewycky Date: Wed, 14 Apr 2010 04:46:11 +0000 (+0000) Subject: Remove accidentally committed cruft. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d4ef4df939a830ae3ea4bd9063f6ec5e8d9dd216;p=oota-llvm.git Remove accidentally committed cruft. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101230 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/BugDriver.h b/tools/bugpoint/BugDriver.h index e259dd95ce9..e5b7373f04c 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 #include -extern llvm::cl::opt StripDebug; - namespace llvm { class Value;