diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-10-22 05:13:57 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-10-22 05:13:57 +0000 |
commit | 1528a9859c70ae8ca41de90b6e79c8f6624e7b70 (patch) | |
tree | a377fb9283b87d975bae5a28c0743ae80ce695c0 /ext/objspace | |
parent | 171f968d227e09443751ced668996bced1fe2f98 (diff) | |
download | ruby-1528a9859c70ae8ca41de90b6e79c8f6624e7b70.tar.gz |
remove NODE_DREGX_ONCE
* node.h (enum node_type): remove NODE_DREGX_ONCE which is not
used anymore.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/objspace')
-rw-r--r-- | ext/objspace/objspace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c index c3d8cbc1a4..91f2d4e7b2 100644 --- a/ext/objspace/objspace.c +++ b/ext/objspace/objspace.c @@ -433,7 +433,6 @@ count_nodes(int argc, VALUE *argv, VALUE os) COUNT_NODE(NODE_DXSTR); COUNT_NODE(NODE_EVSTR); COUNT_NODE(NODE_DREGX); - COUNT_NODE(NODE_DREGX_ONCE); COUNT_NODE(NODE_ARGS); COUNT_NODE(NODE_ARGS_AUX); COUNT_NODE(NODE_OPT_ARG); |