mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f48ac7469b
- There was some unnecessary complexity in `OP_BREAK` introduced in commit ad2e626 (#6282).
- Since `mrb->c` is never NULL, there is no need to check it with `MRB_ENV_ONSTACK_P()` beforehand.