Skip to content

Commit ae37df5

Browse files
committed
[Frontend] NFC: Remove experimental flag for runtime discoverable attributes feature
1 parent eee923b commit ae37df5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/swift/Basic/Features.def

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,6 @@ EXPERIMENTAL_FEATURE(ASTGenTypes, false)
196196
/// corresponding syntax tree.
197197
EXPERIMENTAL_FEATURE(BuiltinMacros, false)
198198

199-
/// Whether to enable experimental @runtimeMetadata feature which allows to
200-
/// declare an attribute which is discoverable and constructable at runtime.
201-
EXPERIMENTAL_FEATURE(RuntimeDiscoverableAttrs, false)
202-
203199
/// Import C++ class templates as semantically-meaningless symbolic
204200
/// Swift types and C++ methods as symbolic functions with blank
205201
/// signatures.

0 commit comments

Comments
 (0)