Skip to content

Commit d262557

Browse files
address comment
1 parent 99dd438 commit d262557

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/source/Plugins/Language/Swift/SwiftLanguage.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,10 +1747,6 @@ bool SwiftLanguage::GetFunctionDisplayName(
17471747
sc.function->GetBlock(true).GetBlockVariableList(true);
17481748
}
17491749

1750-
if (inline_info) {
1751-
s.PutCString("[inlined] ");
1752-
}
1753-
17541750
VariableList args;
17551751
if (variable_list_sp)
17561752
variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument,

0 commit comments

Comments
 (0)