summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-24 13:08:21 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-24 13:08:21 +0000
commit6240f583535505479e2d80ba354711ddb468fe29 (patch)
treec1817077bf0a3ccc8e8d39c95c065bcda3e1adf6 /node.h
parent7128849c8c5fce8df450379db54136fd21fab6ad (diff)
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
Diffstat (limited to 'node.h')
-rw-r--r--node.h6
1 files changed, 0 insertions, 6 deletions
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