aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
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 */