mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Executors] Remove accidentally added availability on asUnownedSerialExecutor (#65407)
This commit is contained in:
committed by
GitHub
parent
787c89c469
commit
fe90d44e4c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user