[llvm-pdbdump] Clean up method signatures.
[oota-llvm.git] / tools / llvm-pdbdump / BuiltinDumper.h
index 99e11a11445abedda91ecee2fe542869bb9bfbaa..8cf984a0ca613595400ea1fcddcc3b0cc60493ef 100644 (file)
@@ -20,7 +20,7 @@ class BuiltinDumper : public PDBSymDumper {
 public:
   BuiltinDumper(LinePrinter &P);
 
-  void start(const PDBSymbolTypeBuiltin &Symbol, llvm::raw_ostream &OS);
+  void start(const PDBSymbolTypeBuiltin &Symbol);
 
 private:
   LinePrinter &Printer;