Skip to content

Commit ef466ca

Browse files
committed
Basic: Remove VariadicGenerics feature
1 parent 60ef958 commit ef466ca

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
@@ -116,7 +116,6 @@ UPCOMING_FEATURE(ExistentialAny, 335, 6)
116116
UPCOMING_FEATURE(ImportObjcForwardDeclarations, 384, 6)
117117

118118
EXPERIMENTAL_FEATURE(StaticAssert, false)
119-
EXPERIMENTAL_FEATURE(VariadicGenerics, false)
120119
EXPERIMENTAL_FEATURE(NamedOpaqueTypes, false)
121120
EXPERIMENTAL_FEATURE(FlowSensitiveConcurrencyCaptures, false)
122121
EXPERIMENTAL_FEATURE(CodeItemMacros, true)

lib/AST/ASTPrinter.cpp

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

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

test/Frontend/experimental_feature.swift

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

0 commit comments

Comments
 (0)