Skip to content

Commit 2715033

Browse files
committed
Basic: Remove VariadicGenerics feature
1 parent 3f72cb7 commit 2715033

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

include/swift/Basic/Features.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ UPCOMING_FEATURE(ExistentialAny, 335, 6)
115115
UPCOMING_FEATURE(ImportObjcForwardDeclarations, 384, 6)
116116

117117
EXPERIMENTAL_FEATURE(StaticAssert, false)
118-
EXPERIMENTAL_FEATURE(VariadicGenerics, false)
119118
EXPERIMENTAL_FEATURE(NamedOpaqueTypes, false)
120119
EXPERIMENTAL_FEATURE(FlowSensitiveConcurrencyCaptures, false)
121120
EXPERIMENTAL_FEATURE(CodeItemMacros, true)

lib/AST/ASTPrinter.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3204,10 +3204,6 @@ static bool usesFeatureBareSlashRegexLiterals(Decl *decl) {
32043204
return false;
32053205
}
32063206

3207-
static bool usesFeatureVariadicGenerics(Decl *decl) {
3208-
return false;
3209-
}
3210-
32113207
static bool usesFeatureTupleConformances(Decl *decl) {
32123208
return false;
32133209
}

test/Frontend/experimental_feature.swift

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)