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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits