Skip to content

Commit 630288b

Browse files
address comment
1 parent f6ec840 commit 630288b

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
@@ -1749,10 +1749,6 @@ bool SwiftLanguage::GetFunctionDisplayName(
17491749
sc.function->GetBlock(true).GetBlockVariableList(true);
17501750
}
17511751

1752-
if (inline_info) {
1753-
s.PutCString("[inlined] ");
1754-
}
1755-
17561752
VariableList args;
17571753
if (variable_list_sp)
17581754
variable_list_sp->AppendVariablesWithScope(eValueTypeVariableArgument,

0 commit comments

Comments
 (0)