mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* numeric.c (flo_divmod): remvoed unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bc8c8e90d5
commit
d6ca5fefd0
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ dbl2ival(double d)
|
|||
static VALUE
|
||||
flo_divmod(VALUE x, VALUE y)
|
||||
{
|
||||
double fy, div, mod, val;
|
||||
double fy, div, mod;
|
||||
volatile VALUE a, b;
|
||||
|
||||
switch (TYPE(y)) {
|
||||
|
|
Loading…
Reference in a new issue