[concurrency] Make ActorIsolation::Nonisolated -> CallerIsolationInheriting and delete CallerIsolationInheriting.

This commit is contained in:
Michael Gottesman
2025-01-30 16:26:31 -08:00
parent 0cb64638d0
commit 543b1e6ca3
20 changed files with 24 additions and 118 deletions

View File

@@ -5111,7 +5111,6 @@ ConstraintSystem::inferKeyPathLiteralCapability(KeyPathExpr *keyPath) {
case ActorIsolation::NonisolatedUnsafe:
case ActorIsolation::Concurrent:
case ActorIsolation::ConcurrentUnsafe:
case ActorIsolation::CallerIsolationInheriting:
break;
case ActorIsolation::Erased: