Skip to content

Commit 02470cf

Browse files
committed
Yet another fix for the 5.5 branch
1 parent 18b7fdf commit 02470cf

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
@@ -3561,7 +3561,6 @@ bool swift::checkSendableConformance(
35613561
switch (getActorIsolation(nominal)) {
35623562
case ActorIsolation::Unspecified:
35633563
case ActorIsolation::ActorInstance:
3564-
case ActorIsolation::DistributedActorInstance:
35653564
case ActorIsolation::Independent:
35663565
break;
35673566

0 commit comments

Comments
 (0)