Skip to content

Commit 71ec09b

Browse files
committed
Revert "[LLDB][NativePDB] Minor fix on inline line table."
This reverts commit 4b2af36.
1 parent a9e3251 commit 71ec09b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,6 @@ void SymbolFileNativePDB::ParseInlineSite(PdbCompilandSymId id,
13561356
func_base + code_offset, decl_line + line_offset, 0, decl_file_idx,
13571357
is_start_of_statement, false, is_prologue_end, false, false);
13581358
inline_site_sp->line_entries.push_back(line_entry);
1359-
has_base = false;
13601359
} else {
13611360
// Add line entry in next call to change_code_offset.
13621361
is_new_line_offset = true;

0 commit comments

Comments
 (0)