mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
55a112693e
Remove unused codegen_nil function and inline its simple OP_LOADNIL logic directly into gen_nil_var. This eliminates unnecessary function call overhead and simplifies the codebase. Co-authored-by: Claude <noreply@anthropic.com>