Skip to content

Commit ea50a44

Browse files
committed
Resolve merge conflict.
1 parent 3aaa717 commit ea50a44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3511,11 +3511,7 @@ VariableSP SymbolFileDWARF::ParseVariableDIE(const SymbolContext &sc,
35113511
var_sp = std::make_shared<Variable>(
35123512
die.GetID(), name, mangled, type_sp, scope, symbol_context_scope,
35133513
scope_ranges, &decl, location, is_external, is_artificial,
3514-
<<<<<<< HEAD
35153514
location_is_const_value_data, is_static_member, is_constant);
3516-
=======
3517-
location_is_const_value_data, is_static_member);
3518-
>>>>>>> refs/am/changes/feab006e953aa91c7cbf91b3eadec5acb027efb1_swift/main
35193515
} else {
35203516
// Not ready to parse this variable yet. It might be a global or static
35213517
// variable that is in a function scope and the function in the symbol

0 commit comments

Comments
 (0)