summaryrefslogtreecommitdiff
path: root/node_dump.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-05 10:52:18 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-10-05 14:23:42 +0900
commit70e1635950fcf77ba43cffc110eac910332ea2a6 (patch)
treee7922e8be8dc2f2e376e223ea0bfbd99b5467b97 /node_dump.c
parenta472fd55dafcd1e3846615f0029431305b0f9c74 (diff)
Move internal NODE_DEF_TEMP to parse.y
Diffstat (limited to 'node_dump.c')
-rw-r--r--node_dump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/node_dump.c b/node_dump.c
index b56a70d3da..d6ccfa84ac 100644
--- a/node_dump.c
+++ b/node_dump.c
@@ -1104,7 +1104,6 @@ dump_node(VALUE buf, VALUE indent, int comment, const NODE * node)
return;
case NODE_ARGS_AUX:
- case NODE_DEF_TEMP:
case NODE_RIPPER:
case NODE_RIPPER_VALUES:
case NODE_LAST: