mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #4738 from dearblue/unneed-assign
Remove unnecessary assignments
This commit is contained in:
@@ -1051,7 +1051,6 @@ retry:
|
||||
fmt_setup(fbuf, sizeof(fbuf), *p, flags, width, prec);
|
||||
need = 0;
|
||||
if (*p != 'e' && *p != 'E') {
|
||||
i = INT_MIN;
|
||||
frexp(fval, &frexp_result);
|
||||
i = (mrb_int)frexp_result;
|
||||
if (i > 0)
|
||||
|
||||
Reference in New Issue
Block a user