summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/gmp/gmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c
index 855513bf39..5cb4027d1e 100644
--- a/ext/gmp/gmp.c
+++ b/ext/gmp/gmp.c
@@ -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);