Test commit
[oota-llvm.git] / lib / DebugInfo / PDB / PDBSymbolTypeFriend.cpp
index b2bf72e0f3df99015c1c4106e2153a100f71580b..d33266094542a00a6be0f4d7b639a9bed357bcad 100644 (file)
@@ -20,7 +20,6 @@ PDBSymbolTypeFriend::PDBSymbolTypeFriend(const IPDBSession &PDBSession,
                                          std::unique_ptr<IPDBRawSymbol> Symbol)
     : PDBSymbol(PDBSession, std::move(Symbol)) {}
 
-void PDBSymbolTypeFriend::dump(raw_ostream &OS, int Indent,
-                               PDBSymDumper &Dumper) const {
-  Dumper.dump(*this, OS, Indent);
+void PDBSymbolTypeFriend::dump(PDBSymDumper &Dumper) const {
+  Dumper.dump(*this);
 }