summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-05 00:28:22 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-02-05 00:28:22 +0000
commit1c4fe5395db05b45014734126ae448d40989db80 (patch)
treeed66e89e74e72db65e2e45abfbceb317d913408e /bignum.c
parent510cde74a6c5c810fb96980ac0d1a9d806d562c3 (diff)
* bignum.c (big_op): remove unused variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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;