Remove @actorIndependent attribute.

`@actorIndependent` has been superseded by `nonisolated`. Remove
the old spelling entirely.
This commit is contained in:
Doug Gregor
2021-05-17 12:20:34 -07:00
parent 0e2e11d1d2
commit d6e8fd81f5
25 changed files with 81 additions and 374 deletions

View File

@@ -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(