Skip to content

Commit 3545bd1

Browse files
committed
dont touch BackDeployConcurrency
1 parent b50c49f commit 3545bd1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/public/BackDeployConcurrency/Executor.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ internal final class DispatchQueueShim: @unchecked Sendable, SerialExecutor {
116116
_enqueueOnDispatchQueue(job, queue: self)
117117
}
118118

119-
func enqueue(_ job: __owned Job) {
120-
_enqueueOnDispatchQueue(job, queue: self)
121-
}
122-
123119
func asUnownedSerialExecutor() -> UnownedSerialExecutor {
124120
return UnownedSerialExecutor(ordinary: self)
125121
}

0 commit comments

Comments
 (0)