Skip to content

Commit c5dbeca

Browse files
authored
[TaskExecutor] Remove un-necessary nonisolated(unsafe) (#71594)
1 parent 6f310f1 commit c5dbeca

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
@@ -32,7 +32,6 @@ import Swift
3232
///
3333
/// Customizing the global concurrent executor is currently not supported.
3434
@available(SwiftStdlib 9999, *)
35-
nonisolated(unsafe)
3635
public var globalConcurrentExecutor: any TaskExecutor {
3736
get {
3837
_DefaultGlobalConcurrentExecutor.shared

0 commit comments

Comments
 (0)