summaryrefslogtreecommitdiff
path: root/mjit_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'mjit_c.h')
-rw-r--r--mjit_c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mjit_c.h b/mjit_c.h
index 01d624233a..bd3c5134e6 100644
--- a/mjit_c.h
+++ b/mjit_c.h
@@ -39,8 +39,6 @@ struct compile_status {
// If true, JIT-ed code will use local variables to store pushed values instead of
// using VM's stack and moving stack pointer.
bool local_stack_p;
- // Safely-accessible ivar cache entries copied from main thread.
- union iseq_inline_storage_entry *is_entries;
// Index of call cache entries captured to compiled_iseq to be marked on GC
int cc_entries_index;
// A pointer to root (i.e. not inlined) iseq being compiled.