diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-03-22 18:53:44 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-03-22 18:53:44 +0900 |
commit | e2a9b87126d59e4766479a7aa12cf7a648f46506 (patch) | |
tree | 442478abd72e251cfddc1792b0e223d68550ed1a /thread.c | |
parent | 127d7a35df10ee2bc99f44b888972b2c5361d84f (diff) |
`rb_thread_sched_destroy` is not used now at all
Diffstat (limited to 'thread.c')
-rw-r--r-- | thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)); |