Skip to content

Commit 0f0e68f

Browse files
authored
Merge pull request #68029 from etcwilde/ewilde/delete-backdeploy-concurrency
Delete backdeploy concurrency library
2 parents 352632b + e54b183 commit 0f0e68f

File tree

80 files changed

+0
-19710
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+0
-19710
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,11 +1289,6 @@ else()
12891289
endif()
12901290
endif()
12911291

1292-
if (BUILD_SWIFT_CONCURRENCY_BACK_DEPLOYMENT_LIBRARIES)
1293-
# Build the back-deployed concurrency library.
1294-
add_subdirectory(stdlib/public/BackDeployConcurrency)
1295-
endif()
1296-
12971292
# Some tools (e.g. swift-reflection-dump) rely on a host swiftRemoteInspection,
12981293
# so ensure we build that when building tools.
12991294
if(SWIFT_INCLUDE_TOOLS OR SWIFT_BUILD_STDLIB_CXX_MODULE)

0 commit comments

Comments
 (0)