aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-29 15:34:20 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-29 15:34:20 +0000
commit735129aa90f6e5675fd0b11f2354fc0d61817fd5 (patch)
tree0dc8fa09b13ac51cebb56a8a4f093e1e522ff967 /vm_insnhelper.h
parent484cd5a13e6608cc620f4b1871fb528491f5e7c5 (diff)
downloadruby-735129aa90f6e5675fd0b11f2354fc0d61817fd5.tar.gz
* vm_insnhelper.h (GET_SP_COUNT): removed because nobody use it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index 804f92abbd..f89039e3c8 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -102,8 +102,6 @@ enum vm_regan_acttype {
#define SET_SV(x) (*GET_SP() = (x))
/* set current stack value as x */
-#define GET_SP_COUNT() (VM_REG_SP - th->ec->vm_stack)
-
/* instruction sequence C struct */
#define GET_ISEQ() (GET_CFP()->iseq)