1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Unused macro

* node.h (nd_noex): nd_noex has been unused since r24128.
* .gdbinit (nd_noex): ditto

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yui-knk 2018-05-29 01:40:01 +00:00
parent 3d1a523d4c
commit 7db2db67fa
2 changed files with 0 additions and 7 deletions

View file

@ -768,12 +768,6 @@ define nd_args
rp ($arg0).u3.node
end
define nd_noex
printf "%su1.id%s: ", $color_highlite, $color_end
p ($arg0).u1.id
end
define nd_defn
printf "%su3.node%s: ", $color_highlite, $color_end
rp ($arg0).u3.node

1
node.h
View file

@ -345,7 +345,6 @@ typedef struct RNode {
#define nd_args u3.node
#define nd_ainfo u3.args
#define nd_noex u3.id
#define nd_defn u3.node
#define nd_cpath u1.node