Skip to content

Commit fe90d44

Browse files
authored
[Executors] Remove accidentally added availability on asUnownedSerialExecutor (#65407)
1 parent 787c89c commit fe90d44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/Concurrency/Executor.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public protocol SerialExecutor: Executor {
5858

5959
/// Convert this executor value to the optimized form of borrowed
6060
/// executor references.
61-
@available(SwiftStdlib 5.9, *)
6261
func asUnownedSerialExecutor() -> UnownedSerialExecutor
6362

6463
/// If this executor has complex equality semantics, and the runtime needs to compare

0 commit comments

Comments
 (0)