aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-11 18:25:54 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-11 18:25:54 +0000
commit63fe779dc04b04047377127fae935017a9b9850e (patch)
treec412edd41697803ee6a171a3026757edbe08a669 /vm_core.h
parentacf5e66b82d977f23b6d1e3800a5f5a30c66c8f7 (diff)
downloadruby-63fe779dc04b04047377127fae935017a9b9850e.tar.gz
* 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
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 0 insertions, 1 deletions
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 */