[前][次][番号順一覧][スレッド一覧]

ruby-changes:47825

From: yui-knk <ko1@a...>
Date: Sun, 17 Sep 2017 16:19:24 +0900 (JST)
Subject: [ruby-changes:47825] yui-knk:r59943 (trunk): node.h: Remove a not used macro

yui-knk	2017-09-17 16:19:20 +0900 (Sun, 17 Sep 2017)

  New Revision: 59943

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59943

  Log:
    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.

  Modified files:
    trunk/node.h
Index: node.h
===================================================================
--- node.h	(revision 59942)
+++ node.h	(revision 59943)
@@ -285,8 +285,6 @@ typedef struct RNode { https://github.com/ruby/ruby/blob/trunk/node.h#L285
 #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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]