[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:
Doug Gregor
2021-03-26 08:27:36 -07:00
parent d7b2887ed0
commit 9d8fde8c18
11 changed files with 8 additions and 294 deletions

View File

@@ -2535,7 +2535,6 @@ public:
break;
case ActorIsolation::Unspecified:
case ActorIsolation::Independent:
case ActorIsolation::IndependentUnsafe:
return;
}