Skip to content

Commit 8d7c285

Browse files
authored
Merge pull request #6948 from slavapestov/remove-variadic-generics-feature
[lldb] Update for removal of swift::Feature::VariadicGenerics
2 parents 1d6f6cf + 78cbac2 commit 8d7c285

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
@@ -1342,7 +1342,6 @@ static llvm::Expected<ParsedExpression> ParseAndImport(
13421342
sc.target_sp->GetSwiftEnableBareSlashRegex();
13431343
invocation.getLangOptions().EnableBareSlashRegexLiterals =
13441344
enable_bare_slash_regex_literals;
1345-
invocation.getLangOptions().Features.insert(swift::Feature::VariadicGenerics);
13461345

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

0 commit comments

Comments
 (0)