]> granicus.if.org Git - php/commitdiff
- cleaner fix
authorPierre Joye <pajoye@php.net>
Mon, 4 May 2009 17:11:39 +0000 (17:11 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 4 May 2009 17:11:39 +0000 (17:11 +0000)
ext/date/php_date.c

index 5f495ed173a96c25cacabf0e862d60905ddc4142..b8dc234dcbe931de7ec5485f59e2264a50f279c5 100644 (file)
@@ -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 */