aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bignum.c b/bignum.c
index d15e42f083..ce382ce8a4 100644
--- a/bignum.c
+++ b/bignum.c
@@ -1057,7 +1057,6 @@ rb_big_neg(x)
VALUE z = rb_big_clone(x);
long i = RBIGNUM(x)->len;
BDIGIT *ds = BDIGITS(z);
- int nz = 0;
if (!RBIGNUM(x)->sign) get2comp(z, Qtrue);
while (i--) {