Skip to content

Commit 7a5f534

Browse files
authored
Remove references to SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED
1 parent d3e28c1 commit 7a5f534

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

unittests/runtime/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ if(("${SWIFT_HOST_VARIANT_SDK}" STREQUAL "${SWIFT_PRIMARY_VARIANT_SDK}") AND
8888
list(APPEND PLATFORM_SOURCES Mutex.cpp)
8989
endif()
9090

91-
if(SWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED)
92-
# list(APPEND PLATFORM_SOURCES
93-
# DistributedActor.cpp
94-
# )
95-
list(APPEND PLATFORM_TARGET_LINK_LIBRARIES
96-
swift_Distributed${SWIFT_PRIMARY_VARIANT_SUFFIX}
97-
)
98-
endif()
99-
10091
# Don't complain about these files not being in the sources list.
10192
set(LLVM_OPTIONAL_SOURCES
10293
weak.mm

0 commit comments

Comments
 (0)