[llvm-commits] [llvm] r101230 - /llvm/trunk/tools/bugpoint/BugDriver.h

Nick Lewycky nicholas at mxc.ca
Tue Apr 13 21:46:11 PDT 2010


Author: nicholas
Date: Tue Apr 13 23:46:11 2010
New Revision: 101230

URL: http://llvm.org/viewvc/llvm-project?rev=101230&view=rev
Log:
Remove accidentally committed cruft.

Modified:
    llvm/trunk/tools/bugpoint/BugDriver.h

Modified: llvm/trunk/tools/bugpoint/BugDriver.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/BugDriver.h?rev=101230&r1=101229&r2=101230&view=diff
==============================================================================
--- llvm/trunk/tools/bugpoint/BugDriver.h (original)
+++ llvm/trunk/tools/bugpoint/BugDriver.h Tue Apr 13 23:46:11 2010
@@ -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;





More information about the llvm-commits mailing list