aboutsummaryrefslogtreecommitdiffstats
path: root/node.h
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-29 01:00:54 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-29 01:00:54 +0000
commitd6d130c18ac3fd37ce9a87a6860593865c1cde62 (patch)
treed993e51c339361ec65cf009fed81e0dbbd54cdee /node.h
parentdc2a979b7fa22f8f86c19606d5a729eb22130ba7 (diff)
downloadruby-d6d130c18ac3fd37ce9a87a6860593865c1cde62.tar.gz
Unused macro
* node.h (nd_argc): nd_argc has been unused since r24128. * .gdbinit (nd_argc): ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.h')
-rw-r--r--node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/node.h b/node.h
index 7c859b3ac0..7c12d5e8fe 100644
--- a/node.h
+++ b/node.h
@@ -349,8 +349,6 @@ typedef struct RNode {
#define nd_noex u3.id
#define nd_defn u3.node
-#define nd_argc u2.argc
-
#define nd_cpath u1.node
#define nd_super u3.node