Remove obsoleted functions in rjit.c

This commit is contained in:
Takashi Kokubun 2023-03-07 23:44:26 -08:00
parent 4bf037bebd
commit 9ad19069f9
8 changed files with 13 additions and 139 deletions

2
eval.c
View file

@ -257,8 +257,6 @@ rb_ec_cleanup(rb_execution_context_t *ec, enum ruby_tag_type ex)
}
}
rjit_finish(true); // We still need ISeqs here, so it's before rb_ec_finalize().
rb_ec_finalize(ec);
/* unlock again if finalizer took mutexes. */