From 731c9288dab654a31e7ccbaf57072ff66c00cdf8 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 11 Sep 2015 18:25:54 +0000 Subject: * vm_core.h: remove rb_call_info_t::aux.opt_pc. * vm_insnhelper.c: introduce shortcut functions for opt_pc == 0 because opt_pc is always 0 on shortcut function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index bdfaf3a900..735d3f48ea 100644 --- a/vm_core.h +++ b/vm_core.h @@ -210,7 +210,6 @@ typedef struct rb_call_info_struct { VALUE recv; int argc; union { - int opt_pc; /* used by iseq */ unsigned int index; /* used by ivar */ enum method_missing_reason method_missing_reason; /* used by method_missing */ int inc_sp; /* used by cfunc */ -- cgit v1.2.3