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

ruby-changes:48786

From: yui-knk <ko1@a...>
Date: Fri, 24 Nov 2017 22:08:27 +0900 (JST)
Subject: [ruby-changes:48786] yui-knk:r60902 (trunk): node.h: Remove not used macros

yui-knk	2017-11-24 22:08:21 +0900 (Fri, 24 Nov 2017)

  New Revision: 60902

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

  Log:
    node.h: Remove not used macros
    
    * node.h (nd_modl, nd_clss_, nd_tval, nd_visi_): Remove
      not used macros.

  Modified files:
    trunk/node.h
Index: node.h
===================================================================
--- node.h	(revision 60901)
+++ node.h	(revision 60902)
@@ -344,9 +344,6 @@ typedef struct RNode { https://github.com/ruby/ruby/blob/trunk/node.h#L344
 #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 { https://github.com/ruby/ruby/blob/trunk/node.h#L352
 #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

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

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