Skip to content

Commit 36dfd0d

Browse files
committed
build: remove unnecessary variable (NFC)
1 parent 122deaa commit 36dfd0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ add_swift_tool_subdirectory(swift-demangle-fuzzer)
4141
add_swift_tool_subdirectory(swift-reflection-fuzzer)
4242
endif()
4343

44-
if(SWIFT_BUILD_STDLIB AND SWIFT_BUILD_SDK_OVERLAY)
45-
set(BUILD_FOUNDATION TRUE)
46-
else()
47-
set(BUILD_FOUNDATION FALSE)
48-
endif()
49-
5044
if(SWIFT_BUILD_SOURCEKIT)
5145
add_swift_tool_subdirectory(SourceKit)
5246
endif()

0 commit comments

Comments
 (0)