summaryrefslogtreecommitdiff
path: root/ast.c
diff options
context:
space:
mode:
-rw-r--r--ast.c2
1 files changed, 0 insertions, 2 deletions
@@ -712,8 +712,6 @@ node_children(rb_ast_t *ast, const NODE *node)
case NODE_ERROR:
return rb_ary_new_from_node_args(ast, 0);
case NODE_ARGS_AUX:
- case NODE_RIPPER:
- case NODE_RIPPER_VALUES:
case NODE_LAST:
break;
}