Remove accidentally committed cruft.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101230 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2010-04-14 04:46:11 +00:00
parent beba1a31a4
commit d4ef4df939

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;