Skip to content

Commit 12c67c7

Browse files
committed
fix new cmake build
1 parent d1d73f5 commit 12c67c7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Runtimes/Core/Concurrency/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ add_library(swift_Concurrency
7979
Task+TaskExecutor.swift
8080
TaskCancellation.swift
8181
TaskGroup.swift
82-
TaskGroup+TaskExecutor.swift
8382
TaskLocal.swift
8483
TaskSleep.swift
8584
TaskSleepDuration.swift

stdlib/public/Concurrency/SourceCompatibilityShims.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ extension Task where Success == Never, Failure == Never {
274274
}
275275
}
276276

277-
278277
@available(SwiftStdlib 5.1, *)
279278
extension TaskGroup {
280279
@available(SwiftStdlib 5.1, *)

0 commit comments

Comments
 (0)