summaryrefslogtreecommitdiff
path: root/mjit.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-06-15 10:57:37 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2022-06-15 10:57:38 -0700
commita327ce8b07e8778b838a5b82939bea9409cfa9f5 (patch)
tree49e10bf95d8f0648a543b7bf242d0908e46311f4 /mjit.c
parent23459e4dbb736b28873a85637d141f77167cacee (diff)
Remove unused rb_thread_create_mjit_thread
follow up https://github.com/ruby/ruby/pull/6006
Diffstat (limited to 'mjit.c')
-rw-r--r--mjit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mjit.c b/mjit.c
index 2e471146b8..c94a2cfc86 100644
--- a/mjit.c
+++ b/mjit.c
@@ -29,8 +29,6 @@
#include "mjit_worker.c"
-extern int rb_thread_create_mjit_thread(void (*worker_func)(void));
-
// Return an unique file name in /tmp with PREFIX and SUFFIX and
// number ID. Use getpid if ID == 0. The return file name exists
// until the next function call.