summaryrefslogtreecommitdiff
path: root/mjit.h
diff options
context:
space:
mode:
Diffstat (limited to 'mjit.h')
-rw-r--r--mjit.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mjit.h b/mjit.h
index ff52b9a54d..57d39987e5 100644
--- a/mjit.h
+++ b/mjit.h
@@ -54,12 +54,6 @@ struct mjit_options {
int max_cache_size;
};
-typedef struct {
- bool success_p;
- struct rb_call_cache *cc_entries;
- union iseq_inline_storage_entry *is_entries;
-} mjit_copy_job_result_t;
-
typedef VALUE (*mjit_func_t)(rb_execution_context_t *, rb_control_frame_t *);
RUBY_SYMBOL_EXPORT_BEGIN