Skip to content

Commit c6ac123

Browse files
committed
Fix redundant variable definition from bad merge
1 parent 199edc5 commit c6ac123

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/cmake/platforms/Windows.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
5959
# Whether systems has setitimer().
6060
set(HAVE_SETITIMER FALSE)
6161

62-
# Windows has setjmp() in <setjmp.h> instead.
63-
set(HAVE_SIGSETJMP FALSE)
64-
6562
# PHP has socketpair() emulation implemented on Windows.
6663
set(HAVE_SOCKETPAIR TRUE)
6764

0 commit comments

Comments
 (0)