From affa40b9ea7595b0873ce6617fa2648d093a3384 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sun, 17 Sep 2017 07:19:20 +0000 Subject: [PATCH] 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 --- node.h | 2 -- 1 file changed, 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)<