mruby-compiler: remove unused NODE_METHOD from AST enum

Removes NODE_METHOD from the node type enum as this node type is not used
in the current parser implementation.

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-08-29 23:00:19 +09:00
parent b18f4f1e35
commit 6e437257e1
-1
View File
@@ -8,7 +8,6 @@
#define MRUBY_COMPILER_NODE_H
enum node_type {
NODE_METHOD,
NODE_SCOPE,
NODE_BLOCK,
NODE_IF,