Skip to content

Commit f1a4b2b

Browse files
committed
Remove now unused variable
1 parent d25d725 commit f1a4b2b

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
@@ -1361,7 +1361,6 @@ ZEND_FUNCTION(gmp_pow)
13611361
mpz_ui_pow_ui(gmpnum_result, Z_LVAL_P(base_arg), exp);
13621362
} else {
13631363
mpz_ptr gmpnum_base;
1364-
zend_ulong gmpnum;
13651364
FETCH_GMP_ZVAL(gmpnum_base, base_arg, temp_base, 1);
13661365
INIT_GMP_RETVAL(gmpnum_result);
13671366
if ((mpz_sizeinbase(gmpnum_base, 16) / 2.0 * exp) > powmax) {

0 commit comments

Comments
 (0)