mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unnecessary break from numeric.c.
This commit is contained in:
@@ -419,7 +419,6 @@ value_int64(mrb_state *mrb, mrb_value x)
|
||||
switch (mrb_type(x)) {
|
||||
case MRB_TT_FIXNUM:
|
||||
return (int64_t)mrb_fixnum(x);
|
||||
break;
|
||||
case MRB_TT_FLOAT:
|
||||
return (int64_t)mrb_float(x);
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user