summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid L. Jones <dlj@google.com>2019-01-15 03:27:54 +0000
committerDavid L. Jones <dlj@google.com>2019-01-15 03:27:54 +0000
commit38399d15b541887a07bd3d7318ed95e90a05f2a0 (patch)
treeb78596f94b6a49b533ecd7f4e486bef9c512eb5a
parentff63512e47f1c4f102bc48833a0efcb3d4c78425 (diff)
[LLDB] Remove the unused variable oso_dwarf.
Patch by Ali Tamur! (tamur@google.com)
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
index 45350ae348d..2c1e6416a93 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
@@ -1188,7 +1188,6 @@ uint32_t SymbolFileDWARFDebugMap::FindTypes(
types.Clear();
const uint32_t initial_types_size = types.GetSize();
- SymbolFileDWARF *oso_dwarf;
ForEachSymbolFile([&](SymbolFileDWARF *oso_dwarf) -> bool {
oso_dwarf->FindTypes(name, parent_decl_ctx, append, max_matches,