From: Pierre Joye Date: Mon, 4 May 2009 17:11:39 +0000 (+0000) Subject: - cleaner fix X-Git-Tag: php-5.4.0alpha1~191^2~3758 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5563390ed620c798aa4cb3cd946d70c6a23f4954;p=php - cleaner fix --- diff --git a/ext/date/php_date.c b/ext/date/php_date.c index 5f495ed173..b8dc234dcb 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -34,7 +34,6 @@ #ifdef PHP_WIN32 # include "win32/php_stdint.h" -static inline int64_t llabs( int64_t i ) { return i >= 0? i: -i; } #endif /* {{{ arginfo */