Merge pull request #4738 from dearblue/unneed-assign

Remove unnecessary assignments
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-09-29 14:29:07 +09:00
committed by GitHub
-1
View File
@@ -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)