mirror of
https://github.com/ruby/ruby.git
synced 2025-08-22 20:44:18 +02:00
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
This commit is contained in:
parent
111a2de495
commit
d98db55b73
4 changed files with 0 additions and 6 deletions
1
node.c
1
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue