Skip to content

Commit

Permalink
Unused macro
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yui-knk committed May 29, 2018
1 parent 3d1a523 commit 7db2db6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion node.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7db2db6

Please sign in to comment.