Skip to content

Commit

Permalink
unused variable.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jun 18, 2002
1 parent 1979d9a commit 1b8b699
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bignum.c
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,6 @@ static VALUE
rb_big_eq(x, y)
VALUE x, y;
{
double d;

switch (TYPE(y)) {
case T_FIXNUM:
y = rb_int2big(FIX2LONG(y));
Expand Down

0 comments on commit 1b8b699

Please sign in to comment.