diff options
Diffstat (limited to 'source/Symbol/LineTable.cpp')
-rw-r--r-- | source/Symbol/LineTable.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Symbol/LineTable.cpp b/source/Symbol/LineTable.cpp index 4b4e33b2b0e9..92b243d80a91 100644 --- a/source/Symbol/LineTable.cpp +++ b/source/Symbol/LineTable.cpp @@ -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 |