summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-03-12 14:41:40 +0000
committerPavel Labath <labath@google.com>2015-03-12 14:41:40 +0000
commitbbdb712765ff65afee2a72d8c0ff9fe14d63bf8a (patch)
tree9905b9db241a534d84ef3e39e0565f17c184b85b /lldb/source
parent8610cae98a3f39545362e274ff77b641acb0b03b (diff)
downloadbcm5719-llvm-bbdb712765ff65afee2a72d8c0ff9fe14d63bf8a.tar.gz
bcm5719-llvm-bbdb712765ff65afee2a72d8c0ff9fe14d63bf8a.zip
Remove unused variable
llvm-svn: 232041
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
index 7ba4f52ac29..2beac9d68e4 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
@@ -3564,8 +3564,6 @@ SymbolFileDWARF::ParseFunctions (const DIEArray &die_offsets,
const size_t num_matches = die_offsets.size();
if (num_matches)
{
- SymbolContext sc;
-
DWARFCompileUnit* dwarf_cu = NULL;
for (size_t i=0; i<num_matches; ++i)
{
OpenPOWER on IntegriCloud