diff options
author | Takashi Kokubun <[email protected]> | 2020-02-25 23:24:24 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2020-02-25 23:24:25 -0800 |
commit | eb75f0d1346c5f3f74ad91e4e9bbc1eb7ea697f6 (patch) | |
tree | dba4e5a452808ebb053ff123f83914685eb6600f /mjit.c | |
parent | fbd7f08e922cdf1a4be7a71aa056659971c81dab (diff) |
Remove an unused declaration
It was unnecessary in b9007b6c548f91e88fd3f2ffa23de740431fa969
Diffstat (limited to 'mjit.c')
-rw-r--r-- | mjit.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -27,8 +27,6 @@ #include "mjit_worker.c" #include "vm_callinfo.h" -static void create_unit(const rb_iseq_t *iseq); - // Copy ISeq's states so that race condition does not happen on compilation. static void mjit_copy_job_handler(void *data) |