summaryrefslogtreecommitdiff
path: root/thread_none.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-29 00:08:36 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-06-30 23:59:05 +0900
commitc1432a481615c7f1ad2c1426f0617f73599e2493 (patch)
tree965891fc843842833c1f1bf4bb7159f7ed4aa2d7 /thread_none.c
parente7dc8f0b276b87dfba755e967a37942321d3e6ea (diff)
Compile disabled code for thread cache always
Diffstat (limited to 'thread_none.c')
-rw-r--r--thread_none.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread_none.c b/thread_none.c
index 1e151cccb2..27c6ddf754 100644
--- a/thread_none.c
+++ b/thread_none.c
@@ -46,12 +46,10 @@ rb_thread_sched_init(struct rb_thread_sched *sched)
{
}
-#if 0
static void
rb_thread_sched_destroy(struct rb_thread_sched *sched)
{
}
-#endif
// Do nothing for mutex guard
void