[llvm-pdbdump] Clean up method signatures.
[oota-llvm.git] / include / llvm / DebugInfo / PDB / PDBSymbolTypeFunctionSig.h
index 82bb1fda413e5cea67813dd452fb90ba36551a32..4bb4265a22f62989b7eaa692a23c8c77fafa44af 100644 (file)
@@ -28,7 +28,7 @@ public:
   std::unique_ptr<IPDBEnumSymbols> getArguments() const;
   std::unique_ptr<PDBSymbol> getClassParent() const;
 
-  void dump(raw_ostream &OS, int Indent, PDBSymDumper &Dumper) const override;
+  void dump(PDBSymDumper &Dumper) const override;
   void dumpArgList(raw_ostream &OS) const;
 
   FORWARD_SYMBOL_METHOD(getCallingConvention)