Skip to content

Commit fe787ca

Browse files
committed
Update for 5.5 branch
1 parent 1824b7d commit fe787ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Sema/TypeCheckConcurrency.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3133,7 +3133,6 @@ ActorIsolation ActorIsolationRequest::evaluate(
31333133
switch (auto enclosingIsolation =
31343134
getActorIsolationOfContext(func->getDeclContext())) {
31353135
case ActorIsolation::ActorInstance:
3136-
case ActorIsolation::DistributedActorInstance:
31373136
case ActorIsolation::Independent:
31383137
case ActorIsolation::Unspecified:
31393138
// Do nothing.

0 commit comments

Comments
 (0)