summaryrefslogtreecommitdiff
path: root/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'ast.c')
-rw-r--r--ast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ast.c b/ast.c
index a14cd5b2e3..b63b5c3173 100644
--- a/ast.c
+++ b/ast.c
@@ -681,7 +681,6 @@ node_children(rb_ast_t *ast, const NODE *node)
return rb_ary_new_from_node_args(ast, 0);
case NODE_ARGS_AUX:
case NODE_DEF_TEMP:
- case NODE_DEF_TEMP2:
case NODE_RIPPER:
case NODE_RIPPER_VALUES:
case NODE_LAST: