Remove accidentally committed cruft.
authorNick Lewycky <nicholas@mxc.ca>
Wed, 14 Apr 2010 04:46:11 +0000 (04:46 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 14 Apr 2010 04:46:11 +0000 (04:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101230 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/BugDriver.h

index e259dd95ce9894cdc32d5ce33909ec65bd9340f5..e5b7373f04c0f6d516a4f8fc1f5680f787ebb97d 100644 (file)
 #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;