Skip to content

Commit b9b44c3

Browse files
committed
remove unused _swift_dispatch_apply_current_root_queue symbol
Signed-off-by: Daniel A. Steffen <[email protected]>
1 parent a21d179 commit b9b44c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/swift/Queue.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,5 @@ internal func _swift_dispatch_queue_concurrent() -> dispatch_queue_attr_t
344344
@_silgen_name("_swift_dispatch_get_main_queue")
345345
internal func _swift_dispatch_get_main_queue() -> dispatch_queue_t
346346

347-
@_silgen_name("_swift_dispatch_apply_current_root_queue")
348-
internal func _swift_dispatch_apply_current_root_queue() -> dispatch_queue_t
349-
350347
@_silgen_name("_swift_dispatch_apply_current")
351348
internal func _swift_dispatch_apply_current(_ iterations: Int, _ block: @convention(block) (Int) -> Void)

0 commit comments

Comments
 (0)