summaryrefslogtreecommitdiffstats
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
commit2d5b317cfc9837ed5e3886c4b989538176517d62 (patch)
treec62b25cc5a33f2e956edcfb36a7348d3c8093dc3
parent5ee45e0c9302ad98a97a5d4409c8187bdf6c0c60 (diff)
downloadbcm5719-llvm-2d5b317cfc9837ed5e3886c4b989538176517d62.tar.gz
bcm5719-llvm-2d5b317cfc9837ed5e3886c4b989538176517d62.zip
[LLDB] Remove the unused variable oso_dwarf.
Patch by Ali Tamur! (tamur@google.com) llvm-svn: 351158
-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,
OpenPOWER on IntegriCloud