summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r--Zend/zend_operators.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c
index b21496305a..6b51218827 100644
--- a/Zend/zend_operators.c
+++ b/Zend/zend_operators.c
@@ -32,16 +32,6 @@
#include "zend_list.h"
#include "zend_fast_cache.h"
-#ifndef HAVE_FINITE
-#ifndef finite /* in case it's already a macro */
-#define finite(a) isfinite(a) /* HPUX 11 only has isfinite() */
-#endif
-#else
-#if HAVE_IEEEFP_H
-#include <ieeefp.h>
-#endif
-#endif
-
#if WITH_BCMATH
#include "ext/bcmath/number.h"
#endif