mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove @actorIndependent attribute.
`@actorIndependent` has been superseded by `nonisolated`. Remove the old spelling entirely.
This commit is contained in:
@@ -4284,14 +4284,6 @@ llvm::Error DeclDeserializer::deserializeDeclCommon() {
|
||||
break;
|
||||
}
|
||||
|
||||
case decls_block::ActorIndependent_DECL_ATTR: {
|
||||
unsigned kind;
|
||||
serialization::decls_block::ActorIndependentDeclAttrLayout::readRecord(
|
||||
scratch, kind);
|
||||
Attr = new (ctx) ActorIndependentAttr((ActorIndependentKind)kind);
|
||||
break;
|
||||
}
|
||||
|
||||
case decls_block::Optimize_DECL_ATTR: {
|
||||
unsigned kind;
|
||||
serialization::decls_block::OptimizeDeclAttrLayout::readRecord(
|
||||
|
||||
Reference in New Issue
Block a user