diff options
author | yui-knk <[email protected]> | 2023-09-27 18:51:19 +0900 |
---|---|---|
committer | Yuichiro Kaneko <[email protected]> | 2023-09-29 19:36:34 +0900 |
commit | 68ae87546e851d79528fffb648e35a65147eefac (patch) | |
tree | 70a185552801a9851af2f5d12a48a6c133d7a2f5 /ast.c | |
parent | 8d9e114f19ba0cbec41f63c77f3aef4d69834dfb (diff) |
Merge NODE_DEF_TEMP and NODE_DEF_TEMP2
Diffstat (limited to 'ast.c')
-rw-r--r-- | ast.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |