Skip to content

Commit 6096bea

Browse files
authored
Update distributed_actor.swift
1 parent 97829fc commit 6096bea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/IRGen/distributed_actor.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ public distributed actor MyActor {
1313
// nothing
1414
}
1515

16-
public protocol Kappa {}
17-
1816
/// This combination of DistributedActor + Codable used to trigger a crash in DistributedAccessor::emit (rdar://111664985)
1917
/// So returning it from distributed methods in the types below covers this radar.
2018
public protocol ClusterSingleton: DistributedActor, Codable {}

0 commit comments

Comments
 (0)