summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bignum.c b/bignum.c
index d3b1d013cc..175b66395f 100644
--- a/bignum.c
+++ b/bignum.c
@@ -1332,8 +1332,6 @@ rb_big_cmp(VALUE x, VALUE y)
static VALUE
big_op(VALUE x, VALUE y, int op)
{
- long xlen = RBIGNUM_LEN(x);
- BDIGIT *xds, *yds;
VALUE rel;
int n;