forked from OSchip/llvm-project
Remove dead store.
clang static analyzer fixit. llvm-svn: 219905
This commit is contained in:
parent
5cf1e237f0
commit
1e6cf05763
|
@ -562,7 +562,6 @@ LineTable::LinkLineTable (const FileRangeMap &file_range_map)
|
|||
// 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
|
||||
|
|
Loading…
Reference in New Issue