mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -8,7 +8,6 @@
|
||||
#define MRUBY_COMPILER_NODE_H
|
||||
|
||||
enum node_type {
|
||||
NODE_METHOD,
|
||||
NODE_SCOPE,
|
||||
NODE_BLOCK,
|
||||
NODE_IF,
|
||||
|
||||
Reference in New Issue
Block a user