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