Remove unused variable
authorPavel Labath <labath@google.com>
Thu, 12 Mar 2015 14:41:40 +0000 (14:41 +0000)
committerPavel Labath <labath@google.com>
Thu, 12 Mar 2015 14:41:40 +0000 (14:41 +0000)
llvm-svn: 232041

lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp

index 7ba4f52..2beac9d 100644 (file)
@@ -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)
         {