[Lldb-commits] [lldb] r219905 - Remove dead store.
Jason Molenda
jmolenda at apple.com
Thu Oct 16 00:47:37 PDT 2014
Author: jmolenda
Date: Thu Oct 16 02:47:37 2014
New Revision: 219905
URL: http://llvm.org/viewvc/llvm-project?rev=219905&view=rev
Log:
Remove dead store.
clang static analyzer fixit.
Modified:
lldb/trunk/source/Symbol/LineTable.cpp
Modified: lldb/trunk/source/Symbol/LineTable.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Symbol/LineTable.cpp?rev=219905&r1=219904&r2=219905&view=diff
==============================================================================
--- lldb/trunk/source/Symbol/LineTable.cpp (original)
+++ lldb/trunk/source/Symbol/LineTable.cpp Thu Oct 16 02:47:37 2014
@@ -562,7 +562,6 @@ LineTable::LinkLineTable (const FileRang
// Append the sequence since we just terminated the previous one
line_table_ap->InsertSequence (&sequence);
sequence.Clear();
- prev_entry_was_linked = false;
}
// Now link the current entry
More information about the lldb-commits
mailing list