diff options
-rw-r--r-- | Zend/zend_operators.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c index 80a7730f10..2694481403 100644 --- a/Zend/zend_operators.c +++ b/Zend/zend_operators.c @@ -30,10 +30,6 @@ #include "zend_API.h" #include "zend_multiply.h" -#if 0&&HAVE_BCMATH -#include "ext/bcmath/number.h" -#endif - #define LONG_SIGN_MASK (1L << (8*sizeof(long)-1)) ZEND_API int zend_atoi(const char *str, int str_len) |