mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
numeric.c (fix_cmp): remove a unreachable return statement
This commit is contained in:
parent
49362ddac6
commit
36f2d9bac2
1 changed files with 0 additions and 1 deletions
|
@ -4196,7 +4196,6 @@ fix_cmp(VALUE x, VALUE y)
|
|||
else {
|
||||
return rb_num_coerce_cmp(x, y, id_cmp);
|
||||
}
|
||||
return rb_num_coerce_cmp(x, y, id_cmp);
|
||||
}
|
||||
|
||||
VALUE
|
||||
|
|
Loading…
Add table
Reference in a new issue