From: Pierre Joye Date: Mon, 4 May 2009 17:11:22 +0000 (+0000) Subject: - cleaner fix X-Git-Tag: php-5.3.0RC2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4a46c8693c235a1df0fccf72945693c2bb6095f;p=php - cleaner fix --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 3164b3b818..24cd9ec363 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -33,7 +33,6 @@ #ifdef PHP_WIN32 # include "win32/php_stdint.h" -static inline int64_t llabs( int64_t i ) { return i >= 0? i: -i; } #endif /* {{{ arginfo */