Skip to content

Commit f08e666

Browse files
committed
Remove unused GMP_ABS() macro
1 parent f896b98 commit f08e666

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/gmp/gmp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
/* Needed for gmp_random() */
3434
#include "ext/standard/php_rand.h"
3535
#include "ext/standard/php_lcg.h"
36-
#define GMP_ABS(x) ((x) >= 0 ? (x) : -(x))
3736

3837
ZEND_DECLARE_MODULE_GLOBALS(gmp)
3938
static ZEND_GINIT_FUNCTION(gmp);

0 commit comments

Comments
 (0)