mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Concurrency] Remove actorIndependent(unsafe) isolation.
Don't treat `actorIndependent(unsafe)` as its own kind of isolation. It was only really used as a bring-up hack to break the isolation model, but shouldn't be in the user model of the language and causes complications to the implementation.
This commit is contained in:
@@ -2535,7 +2535,6 @@ public:
|
||||
break;
|
||||
case ActorIsolation::Unspecified:
|
||||
case ActorIsolation::Independent:
|
||||
case ActorIsolation::IndependentUnsafe:
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user