[Verifier] Verify invokes of intrinsics
[oota-llvm.git] / tools / llvm-pdbdump / TypeDumper.h
index d63019be236a207c88650f764726c8c0a3307326..5c0832eccaf98c393dc49fd795a367bdd3164327 100644 (file)
@@ -18,7 +18,7 @@ class LinePrinter;
 
 class TypeDumper : public PDBSymDumper {
 public:
-  TypeDumper(LinePrinter &P, bool ClassDefs);
+  TypeDumper(LinePrinter &P);
 
   void start(const PDBSymbolExe &Exe);
 
@@ -28,7 +28,6 @@ public:
 
 private:
   LinePrinter &Printer;
-  bool FullClassDefs;
 };
 }