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 --- compile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 18d9b206e8..48d36c65ff 100644 --- a/compile.c +++ b/compile.c @@ -3893,7 +3893,6 @@ defined_expr0(rb_iseq_t *iseq, LINK_ANCHOR *const ret, case NODE_GASGN: case NODE_IASGN: case NODE_CDECL: - case NODE_CVDECL: case NODE_CVASGN: expr_type = DEFINED_ASGN; break; -- cgit v1.2.3