Skip to content

Commit 956503a

Browse files
committed
build: clean up dead code
This is not used currently and is unlikely to be needed in the future as well. Remove the dead code.
1 parent 1abe85a commit 956503a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,6 @@ function(is_darwin_based_sdk sdk_name out_var)
7676
endif()
7777
endfunction()
7878

79-
function(is_windows_based_sdk sdk_name out_var)
80-
if("${sdk_name}" STREQUAL "WINDOWS" OR
81-
"${sdk_name}" STREQUAL "CYGWIN")
82-
set(${out_var} TRUE PARENT_SCOPE)
83-
else()
84-
set(${out_var} FALSE PARENT_SCOPE)
85-
endif()
86-
endfunction()
87-
8879
# Usage:
8980
# _add_variant_c_compile_link_flags(
9081
# SDK sdk

0 commit comments

Comments
 (0)