Skip to content

Commit ff662fd

Browse files
authored
Merge pull request #22951 from compnerd/death-to-the-variables
build: remove some unused variables
2 parents 0cf6f5f + ac5687b commit ff662fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/modules/SwiftSharedCMakeConfig.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,7 @@ endmacro()
213213
# The product name, e.g. Swift or SourceKit. Used as prefix for some
214214
# cmake variables.
215215
macro(swift_common_unified_build_config product)
216-
set(PATH_TO_LLVM_SOURCE "${CMAKE_SOURCE_DIR}")
217-
set(PATH_TO_LLVM_BUILD "${CMAKE_BINARY_DIR}")
218216
set(${product}_PATH_TO_CLANG_BUILD "${CMAKE_BINARY_DIR}")
219-
set(PATH_TO_CLANG_BUILD "${CMAKE_BINARY_DIR}")
220217
set(CLANG_MAIN_INCLUDE_DIR "${LLVM_EXTERNAL_CLANG_SOURCE_DIR}/include")
221218
set(CLANG_BUILD_INCLUDE_DIR "${CMAKE_BINARY_DIR}/tools/clang/include")
222219
set(${product}_NATIVE_LLVM_TOOLS_PATH "${CMAKE_BINARY_DIR}/bin")

0 commit comments

Comments
 (0)