Skip to content

Commit a014248

Browse files
authored
Merge pull request #29665 from compnerd/dead-variables
build: remove some left over variables
2 parents 029afb1 + 4ca4d91 commit a014248

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stdlib/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "")
2424
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "")
2525
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "")
2626

27-
# NOTE(compnerd) save the original compiler for the host swiftReflection that
28-
# we build
29-
set(HOST_CMAKE_CXX_COMPILER ${CMAKE_CXX_COMPILER})
30-
set(HOST_CMAKE_C_COMPILER_INITIAL ${CMAKE_C_COMPILER})
31-
3227
if(SWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER)
3328
if(NOT "${CMAKE_C_COMPILER_ID}" MATCHES "Clang")
3429
message(FATAL_ERROR "Building the swift runtime is not supported with ${CMAKE_C_COMPILER_ID}. Use the just-built clang instead.")

0 commit comments

Comments
 (0)