summaryrefslogtreecommitdiff
path: root/zjit.c
diff options
context:
space:
mode:
Diffstat (limited to 'zjit.c')
-rw-r--r--zjit.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/zjit.c b/zjit.c
index 25f840232d..7b4952a93e 100644
--- a/zjit.c
+++ b/zjit.c
@@ -181,13 +181,6 @@ rb_zjit_constcache_shareable(const struct iseq_inline_constant_cache_entry *ice)
return (ice->flags & IMEMO_CONST_CACHE_SHAREABLE) != 0;
}
-// Release the VM lock. The lock level must point to the same integer used to
-// acquire the lock.
-void
-rb_zjit_vm_unlock(unsigned int *recursive_lock_level, const char *file, int line)
-{
- rb_vm_lock_leave(recursive_lock_level, file, line);
-}
bool
rb_zjit_mark_writable(void *mem_block, uint32_t mem_size)