From 6240f583535505479e2d80ba354711ddb468fe29 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Fri, 24 Nov 2017 13:08:21 +0000 Subject: node.h: Remove not used macros * node.h (nd_modl, nd_clss_, nd_tval, nd_visi_): Remove not used macros. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'node.h') diff --git a/node.h b/node.h index 296ab4161d..6ff68e1800 100644 --- a/node.h +++ b/node.h @@ -344,9 +344,6 @@ typedef struct RNode { #define nd_cpath u1.node #define nd_super u3.node -#define nd_modl u1.id -#define nd_clss_ u1.value - #define nd_beg u1.node #define nd_end u2.node #define nd_state u3.state @@ -355,9 +352,6 @@ typedef struct RNode { #define nd_nth u2.argc #define nd_tag u1.id -#define nd_tval u2.value - -#define nd_visi_ u2.argc #define nd_alias u1.id #define nd_orig u2.id -- cgit v1.2.3