Merge pull request #71050 from hborla/global-actor-unsafe

[Concurrency] Deprecate `@GlobalActor(unsafe)` in favor of `@preconcurrency @GlobalActor`
This commit is contained in:
Holly Borla
2024-01-22 16:52:56 -08:00
committed by GitHub
32 changed files with 172 additions and 153 deletions

View File

@@ -1427,7 +1427,6 @@ getRawStableActorIsolationKind(swift::ActorIsolation::Kind kind) {
CASE(Nonisolated)
CASE(NonisolatedUnsafe)
CASE(GlobalActor)
CASE(GlobalActorUnsafe)
#undef CASE
}
llvm_unreachable("bad actor isolation");