mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-bigint (uadd): remove redundant trim()
This commit is contained in:
@@ -200,7 +200,6 @@ uadd(mrb_state *mrb, mpz_t *z, mpz_t *x, mpz_t *y)
|
||||
c >>= DIG_SIZE;
|
||||
}
|
||||
z->p[y->sz] = (mp_limb)c;
|
||||
trim(z);
|
||||
}
|
||||
|
||||
/* z = y - x, ignoring sign */
|
||||
|
||||
Reference in New Issue
Block a user