Skip to content

Commit 9bf7538

Browse files
authored
Merge pull request #82182 from al45tair/eng/PR-150531873-6.2
[Concurrency] Remove deprecation attribute for now.
2 parents 1848203 + 008df00 commit 9bf7538

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/Concurrency/GlobalConcurrentExecutor.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import Swift
3131
///
3232
/// Customizing the global concurrent executor is currently not supported.
3333
@available(SwiftStdlib 6.0, *)
34-
@available(*, deprecated, renamed: "Task.defaultExecutor")
3534
@_unavailableInEmbedded
3635
public var globalConcurrentExecutor: any TaskExecutor {
3736
get {

0 commit comments

Comments
 (0)