summaryrefslogtreecommitdiff
path: root/node.h
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-17 07:19:20 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-17 07:19:20 +0000
commitaffa40b9ea7595b0873ce6617fa2648d093a3384 (patch)
treef02e0b3895cd55ee7d8ad932c117eb7058d1fc87 /node.h
parenteb0146e2db23a82f01d1b50a59bc292a6338a1d1 (diff)
node.h: Remove a not used macro
* node.h (nd_refinements_): nd_refinements_ was introduced on r49894. But this macro has not been used since r49897. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59943 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 b9db99291b..f1c8029257 100644
--- a/node.h
+++ b/node.h
@@ -285,8 +285,6 @@ typedef struct RNode {
#define nd_set_line(n,l) \
RNODE(n)->flags=((RNODE(n)->flags&~((VALUE)(-1)<<NODE_LSHIFT))|((VALUE)((l)&NODE_LMASK)<<NODE_LSHIFT))
-#define nd_refinements_ nd_reserved
-
#define nd_head u1.node
#define nd_alen u2.argc
#define nd_next u3.node