mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove obsoleted functions in rjit.c
This commit is contained in:
parent
4bf037bebd
commit
9ad19069f9
8 changed files with 13 additions and 139 deletions
2
eval.c
2
eval.c
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue