Skip to content

Commit dd0d5a8

Browse files
committed
[Distributed] Remove outdated declaration of _executeDistributedTarget from DistributedActor.swift
The function should be (and is) declared in `DistributedActorSystem.swift`
1 parent 111ceb1 commit dd0d5a8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

stdlib/public/Distributed/DistributedActor.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,3 @@ func __isLocalActor(_ actor: AnyObject) -> Bool {
184184

185185
@_silgen_name("swift_distributedActor_remote_initialize")
186186
func _distributedActorRemoteInitialize(_ actorType: Builtin.RawPointer) -> Any
187-
188-
// ==== Remote target accesss -------------------------------------------------
189-
190-
@available(SwiftStdlib 5.6, *)
191-
@_silgen_name("swift_distributed_execute_target")
192-
func _executeDistributedTarget(
193-
on: AnyObject,
194-
_ targetName: UnsafePointer<UInt8>,
195-
_ targetNameLength: UInt,
196-
argumentBuffer: Builtin.RawPointer,
197-
resultBuffer: Builtin.RawPointer) async throws

0 commit comments

Comments
 (0)