Commit abc6c990 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Remove unnecessary `_set_output_format` call

Three-digit exponent issue was fixed via another workaround (63b8f5cf).
parent 73feef97
...@@ -42,10 +42,6 @@ mrb_open_core(mrb_allocf f, void *ud) ...@@ -42,10 +42,6 @@ mrb_open_core(mrb_allocf f, void *ud)
mrb_init_core(mrb); mrb_init_core(mrb);
#if !defined(MRB_DISABLE_STDIO) && defined(_MSC_VER) && _MSC_VER < 1900
_set_output_format(_TWO_DIGIT_EXPONENT);
#endif
return mrb; return mrb;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment