This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL323586: Remove unused class declarations (authored by jankratochvil, committed by ). Herald added a subscriber: llvm-commits.
Changed prior to commit: https://reviews.llvm.org/D42613?vs=131682&id=131683#toc Repository: rL LLVM https://reviews.llvm.org/D42613 Files: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h lldb/trunk/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h Index: lldb/trunk/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h =================================================================== --- lldb/trunk/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h +++ lldb/trunk/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h @@ -21,10 +21,6 @@ #include "DWARFFormValue.h" #include "NameToDIE.h" -class SymbolFileDWARF; -class DWARFCompileUnit; -class DWARFDebugInfoEntry; - class DWARFMappedHash { public: enum AtomType : uint16_t { Index: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h =================================================================== --- lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h +++ lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h @@ -13,8 +13,6 @@ #include "DWARFAttribute.h" #include "SymbolFileDWARF.h" -class DWARFCompileUnit; - class DWARFAbbreviationDeclaration { public: enum { InvalidCode = 0 };
Index: lldb/trunk/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h =================================================================== --- lldb/trunk/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h +++ lldb/trunk/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h @@ -21,10 +21,6 @@ #include "DWARFFormValue.h" #include "NameToDIE.h" -class SymbolFileDWARF; -class DWARFCompileUnit; -class DWARFDebugInfoEntry; - class DWARFMappedHash { public: enum AtomType : uint16_t { Index: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h =================================================================== --- lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h +++ lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h @@ -13,8 +13,6 @@ #include "DWARFAttribute.h" #include "SymbolFileDWARF.h" -class DWARFCompileUnit; - class DWARFAbbreviationDeclaration { public: enum { InvalidCode = 0 };
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits