From: Andi Gutmans Date: Sat, 3 Apr 2004 17:01:13 +0000 (+0000) Subject: - Nuke more old junk X-Git-Tag: php-5.0.0RC2RC1~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=911922432f5e281e18be2d2ed18f855a2e7771a9;p=php - Nuke more old junk --- 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)