From d98db55b736bbd59cbcb64e5d6a4e429508f985c Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sat, 21 Oct 2017 16:09:51 +0000 Subject: Remove not used node_type NODE_CVDECL * compile.c (defined_expr0): This node_type has not been used since r11614. * ext/objspace/objspace.c (count_nodes): ditto * node.c (dump_node): ditto * node.h (node_type, NEW_CVDECL): ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.c | 1 - 1 file changed, 1 deletion(-) (limited to 'node.c') diff --git a/node.c b/node.c index 82bb596d70..b574d94f71 100644 --- a/node.c +++ b/node.c @@ -1034,7 +1034,6 @@ dump_node(VALUE buf, VALUE indent, int comment, NODE *node) F_NODE(nd_body, "body"); return; - case NODE_CVDECL: case NODE_ARGS_AUX: case NODE_TO_ARY: case NODE_BLOCK_ARG: -- cgit v1.2.3