1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused HAVE_GCC_GLOBAL_REGS shell variable (#11877)

This commit is contained in:
Peter Kokot
2023-08-08 00:51:56 +02:00
committed by GitHub
parent 505fab1b84
commit ba35ff0893

View File

@@ -381,8 +381,6 @@ int emu(const opcode_handler_t *ip, void *fp) {
fi
if test "$ZEND_GCC_GLOBAL_REGS" = "yes"; then
AC_DEFINE([HAVE_GCC_GLOBAL_REGS], 1, [Define if the target system has support for global register variables])
else
HAVE_GCC_GLOBAL_REGS=no
fi
AC_MSG_RESULT($ZEND_GCC_GLOBAL_REGS)