[llvm-pdbdump] Clean up method signatures.
[oota-llvm.git] / lib / DebugInfo / PDB / PDBSymbolTypeArray.cpp
index ffe6c80e0909ff4f271830a6ebad418faaeafac2..19809650361f06230f3e33af72e97b1e01f7ef95 100644 (file)
@@ -24,7 +24,6 @@ std::unique_ptr<PDBSymbol> PDBSymbolTypeArray::getElementType() const {
   return Session.getSymbolById(getTypeId());
 }
 
-void PDBSymbolTypeArray::dump(raw_ostream &OS, int Indent,
-                              PDBSymDumper &Dumper) const {
-  Dumper.dump(*this, OS, Indent);
+void PDBSymbolTypeArray::dump(PDBSymDumper &Dumper) const {
+  Dumper.dump(*this);
 }