1
0
Fork 0
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:
Yusuke Endoh 2019-07-14 22:46:34 +09:00
parent 49362ddac6
commit 36f2d9bac2

View file

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