Skip to content

Commit ba35ff0

Browse files
authored
Remove unused HAVE_GCC_GLOBAL_REGS shell variable (#11877)
1 parent 505fab1 commit ba35ff0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Zend/Zend.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@ int emu(const opcode_handler_t *ip, void *fp) {
381381
fi
382382
if test "$ZEND_GCC_GLOBAL_REGS" = "yes"; then
383383
AC_DEFINE([HAVE_GCC_GLOBAL_REGS], 1, [Define if the target system has support for global register variables])
384-
else
385-
HAVE_GCC_GLOBAL_REGS=no
386384
fi
387385
AC_MSG_RESULT($ZEND_GCC_GLOBAL_REGS)
388386

0 commit comments

Comments
 (0)