From d6d130c18ac3fd37ce9a87a6860593865c1cde62 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Tue, 29 May 2018 01:00:54 +0000 Subject: 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 --- node.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'node.h') 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 -- cgit v1.2.3