aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 16:09:51 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 16:09:51 +0000
commitae4c33ee9d9a2021d9a5e4d54c1eb9d8a4fdd4f9 (patch)
treea6d18807cfffe45aa9ebc9cdb5080a1b7182d81e /compile.c
parent55517972dbdd32ee64be0db362529f88fe053a00 (diff)
downloadruby-ae4c33ee9d9a2021d9a5e4d54c1eb9d8a4fdd4f9.tar.gz
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
Diffstat (limited to 'compile.c')
-rw-r--r--compile.c1
1 files changed, 0 insertions, 1 deletions
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;