Remove unused variable

llvm-svn: 232041
This commit is contained in:
Pavel Labath 2015-03-12 14:41:40 +00:00
parent 8610cae98a
commit bbdb712765
1 changed files with 0 additions and 2 deletions

View File

@ -3564,8 +3564,6 @@ SymbolFileDWARF::ParseFunctions (const DIEArray &die_offsets,
const size_t num_matches = die_offsets.size(); const size_t num_matches = die_offsets.size();
if (num_matches) if (num_matches)
{ {
SymbolContext sc;
DWARFCompileUnit* dwarf_cu = NULL; DWARFCompileUnit* dwarf_cu = NULL;
for (size_t i=0; i<num_matches; ++i) for (size_t i=0; i<num_matches; ++i)
{ {