Skip to content

Commit c6da889

Browse files
committed
remove the FixedArrays experimental feature
It's not needed anymore because we now have inline-arrays.
1 parent 5b93eb3 commit c6da889

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

include/swift/Basic/Features.def

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,6 @@ EXPERIMENTAL_FEATURE(StaticExclusiveOnly, true)
367367
/// Enable the @extractConstantsFromMembers attribute.
368368
EXPERIMENTAL_FEATURE(ExtractConstantsFromMembers, false)
369369

370-
/// Enables the FixedArray data type.
371-
EXPERIMENTAL_FEATURE(FixedArrays, true)
372-
373370
// Group Main Actor Isolation Errors by Scope
374371
EXPERIMENTAL_FEATURE(GroupActorErrors, true)
375372

lib/AST/FeatureSet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ static bool usesFeatureNonescapableTypes(Decl *decl) {
193193

194194
UNINTERESTING_FEATURE(StaticExclusiveOnly)
195195
UNINTERESTING_FEATURE(ExtractConstantsFromMembers)
196-
UNINTERESTING_FEATURE(FixedArrays)
197196
UNINTERESTING_FEATURE(GroupActorErrors)
198197
UNINTERESTING_FEATURE(SameElementRequirements)
199198
UNINTERESTING_FEATURE(UnspecifiedMeansMainActorIsolated)

0 commit comments

Comments
 (0)