mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unnecessary _set_output_format call
Three-digit exponent issue was fixed via another workaround (63b8f5c).
This commit is contained in:
@@ -42,10 +42,6 @@ mrb_open_core(mrb_allocf f, void *ud)
|
||||
|
||||
mrb_init_core(mrb);
|
||||
|
||||
#if !defined(MRB_DISABLE_STDIO) && defined(_MSC_VER) && _MSC_VER < 1900
|
||||
_set_output_format(_TWO_DIGIT_EXPONENT);
|
||||
#endif
|
||||
|
||||
return mrb;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user