Skip to content

Commit 9cdfc28

Browse files
committed
Embedded: exclude ExecutorImpl.swift for non-Wasm platforms
1 parent 05f3f1f commit 9cdfc28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/Concurrency/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
321321
)
322322
else()
323323
set(SWIFT_RUNTIME_CONCURRENCY_EMBEDDED_SWIFT_SOURCES
324-
ExecutorImpl.swift
325324
PlatformExecutorNone.swift
326325
)
327326
endif()

0 commit comments

Comments
 (0)