summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/PDB
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-02-23 05:59:14 +0000
committerZachary Turner <zturner@google.com>2015-02-23 05:59:14 +0000
commitbc42da0326b5ebc05f2beb96f3655260952ea2ad (patch)
tree97cdcb10368391321e1bb5b339a108b5a5c78f29 /llvm/unittests/DebugInfo/PDB
parent29c69105fb02de4aec7ad0e614bc299c807370cd (diff)
downloadbcm5719-llvm-bc42da0326b5ebc05f2beb96f3655260952ea2ad.tar.gz
bcm5719-llvm-bc42da0326b5ebc05f2beb96f3655260952ea2ad.zip
[llvm-pdbdump] Very minor code cleanup.
This just removes some dead enums as well as some debug flushes of stdout. llvm-svn: 230204
Diffstat (limited to 'llvm/unittests/DebugInfo/PDB')
-rw-r--r--llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp
index 7cee8b9ad90..629c5f8bc0e 100644
--- a/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp
+++ b/llvm/unittests/DebugInfo/PDB/PDBApiTest.cpp
@@ -90,7 +90,7 @@ public:
MockRawSymbol(PDB_SymType SymType)
: Type(SymType) {}
- void dump(raw_ostream &OS, int Indent, PDB_DumpLevel Level) const override {}
+ void dump(raw_ostream &OS, int Indent) const override {}
std::unique_ptr<IPDBEnumSymbols>
findChildren(PDB_SymType Type) const override {
OpenPOWER on IntegriCloud