Skip to content

Commit 5482409

Browse files
committed
build: clean up unused variable (NFC)
Remove the unused parameter from the build (NFC).
1 parent fc50e81 commit 5482409

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ if(SWIFT_CHECK_ESSENTIAL_STDLIB)
276276
endif()
277277

278278

279-
set(shared_only_libs)
280279
if(SWIFT_BUILD_STATIC_STDLIB AND "${SWIFT_PRIMARY_VARIANT_SDK}" STREQUAL "LINUX")
281280
list(APPEND swift_core_private_link_libraries swiftImageInspectionShared)
282281
endif()
@@ -303,8 +302,6 @@ add_swift_target_library(swiftCore
303302
${swift_core_private_link_libraries}
304303
INCORPORATE_OBJECT_LIBRARIES
305304
swiftRuntime swiftStdlibStubs
306-
INCORPORATE_OBJECT_LIBRARIES_SHARED_ONLY
307-
${shared_only_libs}
308305
FRAMEWORK_DEPENDS
309306
${swift_core_framework_depends}
310307
INSTALL_IN_COMPONENT

0 commit comments

Comments
 (0)