Skip to content

Commit a25911e

Browse files
committed
Remove unnecessary Darwin-specific check
1 parent 97ea19d commit a25911e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Distributed/distributed_actor_to_actor.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ func getAnyActor(distributedActor: isolated some DistributedActor) -> any Actor
3535
// CHECK-IR-NEXT: [[SELF_DA_REQ:%.*]] = getelementptr inbounds ptr, ptr [[CONDITIONAL_REQ_GEP]], i32 0
3636
// CHECK-IR-NEXT: store ptr %"some DistributedActor.DistributedActor", ptr [[SELF_DA_REQ]]
3737
// CHECK-IR-NEXT: call ptr @swift_getWitnessTable(ptr @"$sxScA11DistributedMc", ptr %"some DistributedActor", ptr [[CONDITIONAL_REQ_GEP]])
38-
// CHECK-IR-NEXT: call ptr @swift_unknownObjectRetain
3938

4039
// CHECK-SIL-LABEL: sil_witness_table shared <Self where Self : DistributedActor> T: Actor module Distributed {
4140
// CHECK-SIL-NEXT: method #Actor.unownedExecutor!getter: <Self where Self : Actor> (Self) -> () -> UnownedSerialExecutor : @$sxScA11DistributedScA15unownedExecutorScevgTW

0 commit comments

Comments
 (0)