chore(ENG-21402): Remove Unused CMake Code (#24228)

This commit is contained in:
Marko Vejnovic
2025-10-30 11:41:56 -07:00
committed by GitHub
parent 476e1cfe69
commit 90ce355ef0
7 changed files with 11 additions and 212 deletions

View File

@@ -140,11 +140,6 @@ if(ENABLE_ASAN AND ENABLE_LTO)
setx(ENABLE_LTO OFF)
endif()
if(USE_VALGRIND AND NOT USE_BASELINE)
message(WARNING "If valgrind is enabled, baseline must also be enabled")
setx(USE_BASELINE ON)
endif()
if(BUILDKITE_COMMIT)
set(DEFAULT_REVISION ${BUILDKITE_COMMIT})
else()