Skip to content

Commit 78cbac2

Browse files
committed
[lldb] Update for removal of swift::Feature::VariadicGenerics
1 parent fd15f78 commit 78cbac2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,6 @@ static llvm::Expected<ParsedExpression> ParseAndImport(
13431343
sc.target_sp->GetSwiftEnableBareSlashRegex();
13441344
invocation.getLangOptions().EnableBareSlashRegexLiterals =
13451345
enable_bare_slash_regex_literals;
1346-
invocation.getLangOptions().Features.insert(swift::Feature::VariadicGenerics);
13471346

13481347
auto should_use_prestable_abi = [&]() {
13491348
lldb::StackFrameSP this_frame_sp(stack_frame_wp.lock());

0 commit comments

Comments
 (0)