summaryrefslogtreecommitdiff
path: root/mjit.h
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-18 16:14:57 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-18 16:14:57 +0000
commit78e87b7d4f580b041f96e0503febce528b8607b8 (patch)
treec7ff4d314551e17971152c47d8c380db159605ae /mjit.h
parentba51ae0109ee1d1fa7ca90b43da115ea68d7214a (diff)
Revert "Eliminate mjit_copy_job_t reference from mjit_worker"
This reverts commit ba51ae0109ee1d1fa7ca90b43da115ea68d7214a. CI is failing again... git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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