summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)