mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1979d9ae1f
commit
1b8b699d9f
1 changed files with 0 additions and 2 deletions
2
bignum.c
2
bignum.c
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue