mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
d239fcde48
Remove var_nodes_enabled condition from new_sym function and inline new_sym_var directly. Clean up obsolete codegen paths by removing case NODE_SYM from traditional codegen() and inlining codegen_sym into variable-sized node handler. Remove unused new_sym_original helper function. Co-authored-by: Claude <noreply@anthropic.com>