summaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/node.c b/node.c
index b574d94f71..511255db4e 100644
--- a/node.c
+++ b/node.c
@@ -1035,7 +1035,6 @@ dump_node(VALUE buf, VALUE indent, int comment, NODE *node)
return;
case NODE_ARGS_AUX:
- case NODE_TO_ARY:
case NODE_BLOCK_ARG:
case NODE_BMETHOD:
case NODE_LAST:
@@ -1172,7 +1171,6 @@ rb_gc_mark_node(NODE *obj)
case NODE_YIELD:
case NODE_COLON2:
case NODE_SPLAT:
- case NODE_TO_ARY:
return RNODE(obj)->u1.value;
case NODE_SCOPE: /* 2,3 */