[llvm-pdbdump] Fix a few compilation failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230186 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zachary Turner
2015-02-22 22:20:26 +00:00
parent b0c9a66224
commit 86a84e3368
2 changed files with 2 additions and 3 deletions

View File

@@ -83,7 +83,6 @@ static void dumpInput(StringRef Path) {
if (GlobalScope->hasPrivateSymbols())
outs() << "HasPrivateSymbols ";
PDB_DumpFlags Flags = PDB_DF_None;
if (opts::DumpTypes) {
outs() << "\nDumping types";
TypeDumper Dumper;