mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Frontend/Serialization] Remove ExtensibleEnums experimental flag
For now the semantics provided by `@extensible` keyword on per-enum basis. We might return this as an upcoming feature in the future with a way to opt-out.
This commit is contained in:
@@ -1100,8 +1100,6 @@ LoadedFile *SerializedModuleLoaderBase::loadAST(
|
||||
if (!loadedModuleFile->getModulePackageName().empty()) {
|
||||
M.setPackageName(Ctx.getIdentifier(loadedModuleFile->getModulePackageName()));
|
||||
}
|
||||
if (loadedModuleFile->supportsExtensibleEnums())
|
||||
M.setSupportsExtensibleEnums();
|
||||
M.setUserModuleVersion(loadedModuleFile->getUserModuleVersion());
|
||||
M.setSwiftInterfaceCompilerVersion(
|
||||
loadedModuleFile->getSwiftInterfaceCompilerVersion());
|
||||
|
||||
Reference in New Issue
Block a user