aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-29 01:19:06 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-29 01:19:06 +0000
commit6f4a5e1e879ee172b87dae9a8cf2542afbc19834 (patch)
tree1a37afa4398c262ca76c3b8c429b49318626393c
parent311d5681dd4c2e654847a5dde5a821d70df94977 (diff)
downloadruby-6f4a5e1e879ee172b87dae9a8cf2542afbc19834.tar.gz
Unused macro
* node.h (nd_frml): nd_frml has been unused since r34134. * .gdbinit (nd_frml): ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--.gdbinit6
-rw-r--r--node.h1
2 files changed, 0 insertions, 7 deletions
diff --git a/.gdbinit b/.gdbinit
index 3e87bc699b..8e0634b6cd 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -742,12 +742,6 @@ define nd_lit
rp ($arg0).u1.value
end
-
-define nd_frml
- printf "%su1.node%s: ", $color_highlite, $color_end
- rp ($arg0).u1.node
-end
-
define nd_rest
printf "%su2.argc%s: ", $color_highlite, $color_end
p ($arg0).u2.argc
diff --git a/node.h b/node.h
index 7c12d5e8fe..502e74612c 100644
--- a/node.h
+++ b/node.h
@@ -335,7 +335,6 @@ typedef struct RNode {
#define nd_lit u1.value
-#define nd_frml u2.argc
#define nd_rest u1.id
#define nd_opt u1.node
#define nd_pid u1.id