Skip to content

Commit dd7eacb

Browse files
committed
Fixes for the 5.5 branch
1 parent b09aed0 commit dd7eacb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Sema/TypeCheckConcurrency.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3010,7 +3010,6 @@ static bool checkClassGlobalActorIsolation(
30103010
break;
30113011

30123012
case ActorIsolation::ActorInstance:
3013-
case ActorIsolation::DistributedActorInstance:
30143013
// This is an error that will be diagnosed later. Ignore it here.
30153014
return false;
30163015

@@ -3577,7 +3576,6 @@ bool swift::checkSendableConformance(
35773576
switch (getActorIsolation(nominal)) {
35783577
case ActorIsolation::Unspecified:
35793578
case ActorIsolation::ActorInstance:
3580-
case ActorIsolation::DistributedActorInstance:
35813579
case ActorIsolation::Independent:
35823580
break;
35833581

0 commit comments

Comments
 (0)