From e2a9b87126d59e4766479a7aa12cf7a648f46506 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 22 Mar 2024 18:53:44 +0900 Subject: `rb_thread_sched_destroy` is not used now at all --- thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 7d2d526465..b8dd862634 100644 --- a/thread.c +++ b/thread.c @@ -259,7 +259,6 @@ timeout_prepare(rb_hrtime_t **to, rb_hrtime_t *rel, rb_hrtime_t *end, } MAYBE_UNUSED(NOINLINE(static int thread_start_func_2(rb_thread_t *th, VALUE *stack_start))); -MAYBE_UNUSED(static void rb_thread_sched_destroy(struct rb_thread_sched *sched)); MAYBE_UNUSED(static bool th_has_dedicated_nt(const rb_thread_t *th)); MAYBE_UNUSED(static int waitfd_to_waiting_flag(int wfd_event)); -- cgit v1.2.3