Skip to content

Commit 518e573

Browse files
committed
Remove UnownedJob.run(). It never did anything anyway
1 parent 67f907e commit 518e573

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/Concurrency/PartialAsyncTask.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ import Swift
2121
@frozen
2222
public struct UnownedJob {
2323
private var context: Builtin.Job
24-
25-
/// Starts running the task.
26-
public func run() { }
2724
}
2825

2926
/// A mechanism to interface

0 commit comments

Comments
 (0)