mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
62a16c7a04
Remove unused codegen_words and codegen_symbols functions along with their corresponding cases in the main codegen switch. These became dead code after converting new_words and new_symbols to always use variable-sized nodes. Also remove var_nodes_enabled conditions from new_words and new_symbols, completing the transition to always using variable-sized nodes for word and symbol arrays. Co-authored-by: Claude <noreply@anthropic.com>