ruby-changes:48448
From: ko1 <ko1@a...>
Date: Mon, 30 Oct 2017 00:34:25 +0900 (JST)
Subject: [ruby-changes:48448] ko1:r60562 (trunk): * vm_insnhelper.h (GET_SP_COUNT): removed because nobody use it.
ko1 2017-10-30 00:34:20 +0900 (Mon, 30 Oct 2017) New Revision: 60562 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60562 Log: * vm_insnhelper.h (GET_SP_COUNT): removed because nobody use it. Modified files: trunk/vm_insnhelper.h Index: vm_insnhelper.h =================================================================== --- vm_insnhelper.h (revision 60561) +++ vm_insnhelper.h (revision 60562) @@ -102,8 +102,6 @@ enum vm_regan_acttype { https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.h#L102 #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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/