diff options
author | yui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-29 01:00:54 +0000 |
---|---|---|
committer | yui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-05-29 01:00:54 +0000 |
commit | d6d130c18ac3fd37ce9a87a6860593865c1cde62 (patch) | |
tree | d993e51c339361ec65cf009fed81e0dbbd54cdee /.gdbinit | |
parent | dc2a979b7fa22f8f86c19606d5a729eb22130ba7 (diff) |
Unused macro
* node.h (nd_argc): nd_argc has been unused since r24128.
* .gdbinit (nd_argc): ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gdbinit')
-rw-r--r-- | .gdbinit | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -797,12 +797,6 @@ define nd_new end -define nd_argc - printf "%su2.argc%s: ", $color_highlite, $color_end - p ($arg0).u2.argc -end - - define nd_cname printf "%su1.id%s: ", $color_highlite, $color_end p ($arg0).u1.id |