summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h')
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
index 10610dfad8f..0ced5797ec6 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
+++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
@@ -21,10 +21,6 @@ class NameToDIE;
class SymbolFileDWARF;
class SymbolFileDWARFDwo;
-namespace lldb_private {
-class DWARFContext;
-}
-
typedef std::shared_ptr<DWARFUnit> DWARFUnitSP;
enum DWARFProducer {
@@ -151,7 +147,6 @@ public:
bool Supports_unnamed_objc_bitfields();
SymbolFileDWARF *GetSymbolFileDWARF() const;
- lldb_private::DWARFContext &GetDWARFContext() const;
DWARFProducer GetProducer();
@@ -180,10 +175,9 @@ public:
}
protected:
- DWARFUnit(SymbolFileDWARF *dwarf, lldb_private::DWARFContext &dwarf_context);
+ DWARFUnit(SymbolFileDWARF *dwarf);
SymbolFileDWARF *m_dwarf = nullptr;
- lldb_private::DWARFContext &m_dwarf_context;
std::unique_ptr<SymbolFileDWARFDwo> m_dwo_symbol_file;
const DWARFAbbreviationDeclarationSet *m_abbrevs = nullptr;
void *m_user_data = nullptr;
OpenPOWER on IntegriCloud