From a327ce8b07e8778b838a5b82939bea9409cfa9f5 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 15 Jun 2022 10:57:37 -0700 Subject: Remove unused rb_thread_create_mjit_thread follow up https://github.com/ruby/ruby/pull/6006 --- mjit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mjit.c') 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. -- cgit v1.2.3