Remove accidentally committed cruft.

llvm-svn: 101230
This commit is contained in:
Nick Lewycky 2010-04-14 04:46:11 +00:00
parent 7cd1aa31ac
commit c37b45bd2d
1 changed files with 0 additions and 3 deletions

View File

@ -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;