From 735129aa90f6e5675fd0b11f2354fc0d61817fd5 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 29 Oct 2017 15:34:20 +0000 Subject: * 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 --- vm_insnhelper.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vm_insnhelper.h') 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) -- cgit v1.2.3