Skip to content

Commit 9ed382f

Browse files
committed
[CMake] Remove commented-out code. NFC.
Forgot to remove this as part of 7a0a44e.
1 parent f424f24 commit 9ed382f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -774,12 +774,6 @@ include("${SWIFT_API_NOTES_PATH}/CMakeLists.txt")
774774
if(NOT DEFINED SWIFT_API_NOTES_INPUTS)
775775
message(FATAL_ERROR "API notes are not available in ${SWIFT_API_NOTES_PATH}")
776776
endif()
777-
#
778-
# file(GLOB SWIFT_API_NOTES_INPUT_FILES "${SWIFT_API_NOTES_PATH}/*.apinotes")
779-
# foreach(file ${SWIFT_API_NOTES_INPUT_FILES})
780-
# get_filename_component(name "${file}" NAME_WE)
781-
# list(APPEND SWIFT_API_NOTES_INPUTS ${name})
782-
# endforeach()
783777

784778
# Add all of the subdirectories, where we actually do work.
785779
if(SWIFT_BUILD_TOOLS)

0 commit comments

Comments
 (0)