1
0
Fork 0
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:
nobu 2002-06-18 07:01:46 +00:00
parent 1979d9ae1f
commit 1b8b699d9f

View file

@ -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));