]> granicus.if.org Git - php/commitdiff
Remove unused GMP_ABS() macro
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 16 Sep 2020 08:42:10 +0000 (10:42 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 16 Sep 2020 09:05:47 +0000 (11:05 +0200)
ext/gmp/gmp.c

index 855513bf392d51792aae08970cceff0d44208b0d..5cb4027d1e5134f642217c74174f26d969224b95 100644 (file)
@@ -33,7 +33,6 @@
 /* Needed for gmp_random() */
 #include "ext/standard/php_rand.h"
 #include "ext/standard/php_lcg.h"
-#define GMP_ABS(x) ((x) >= 0 ? (x) : -(x))
 
 ZEND_DECLARE_MODULE_GLOBALS(gmp)
 static ZEND_GINIT_FUNCTION(gmp);