Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
[oota-llvm.git] / include / llvm / DebugInfo / PDB / PDBContext.h
index 2034e3b004b022521e69dd12dfdb532ccec2e692..9404a5922449f1909c041c45dd0036feb22cd1a0 100644 (file)
@@ -38,8 +38,7 @@ public:
     return DICtx->getKind() == CK_PDB;
   }
 
-  void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All,
-            bool DumpEH = false) override;
+  void dump(raw_ostream &OS, DIDumpType DumpType = DIDT_All) override;
 
   DILineInfo getLineInfoForAddress(
       uint64_t Address,