mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0f284091d1
No need to optimize since a program only exits once and errors are rare.
Also the mruby source code doesn't have these kind of checks elsewhere.
The ones in {Time,Random}#initialize are kept because there it actually
matters
since initialization always happens and re-initialization is unlikely.