diff options
| author | Raphael Isemann <teemperor@gmail.com> | 2019-11-28 13:27:25 +0100 |
|---|---|---|
| committer | Raphael Isemann <teemperor@gmail.com> | 2019-11-28 13:33:19 +0100 |
| commit | 2e3c040ee062741472233c1de2dbf135bcee5c7a (patch) | |
| tree | e031a83d36d7244602961442a27f4d721f58fb47 /lldb/source/Plugins/SymbolFile | |
| parent | 2330cee82f0aa06e8063189fe7a68db3e51f3054 (diff) | |
| download | bcm5719-llvm-2e3c040ee062741472233c1de2dbf135bcee5c7a.tar.gz bcm5719-llvm-2e3c040ee062741472233c1de2dbf135bcee5c7a.zip | |
[lldb][NFC] Remove unused CStringToDIEMap typedef
Diffstat (limited to 'lldb/source/Plugins/SymbolFile')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h index d1b066ffe80..056cf33a202 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h @@ -16,7 +16,6 @@ #include "DWARFTypeUnit.h" #include "DWARFUnit.h" #include "SymbolFileDWARF.h" -#include "lldb/Core/STLUtils.h" #include "lldb/lldb-private.h" #include "llvm/Support/Error.h" @@ -24,11 +23,6 @@ namespace lldb_private { class DWARFContext; } -typedef std::multimap<const char *, dw_offset_t, CStringCompareFunctionObject> - CStringToDIEMap; -typedef CStringToDIEMap::iterator CStringToDIEMapIter; -typedef CStringToDIEMap::const_iterator CStringToDIEMapConstIter; - class DWARFDebugInfo { public: typedef dw_offset_t (*Callback)(SymbolFileDWARF *dwarf2Data, |

