[Executors] Remove accidentally added availability on asUnownedSerialExecutor (#65407)

This commit is contained in:
Konrad `ktoso` Malawski
2023-04-26 06:14:12 +09:00
committed by GitHub
parent 787c89c469
commit fe90d44e4c

View File

@@ -58,7 +58,6 @@ public protocol SerialExecutor: Executor {
/// Convert this executor value to the optimized form of borrowed
/// executor references.
@available(SwiftStdlib 5.9, *)
func asUnownedSerialExecutor() -> UnownedSerialExecutor
/// If this executor has complex equality semantics, and the runtime needs to compare