[lldb/DWARF] Delete some dead code in SymbolFileDWARF
authorPavel Labath <pavel@labath.sk>
Fri, 31 Jan 2020 13:45:35 +0000 (14:45 +0100)
committerPavel Labath <pavel@labath.sk>
Fri, 31 Jan 2020 13:47:25 +0000 (14:47 +0100)
commit877963a35a0405576fc805d5b5087619e14e9f5f
treed496c98dce2d9c35a85a09ec09f5406aa71cf003
parentfd09f12f32f57564d619a28b8826d33ade47b12e
[lldb/DWARF] Delete some dead code in SymbolFileDWARF

- m_debug_loc(lists) are unused since the relevant logic was moved to
  DWARFContext.
- const versions of DebugInfo(), DebugAbbrev() are not used, and they
  are dangerous to use as they do not initialize the relevant objects.
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h