aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-07 23:44:26 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-07 23:59:50 -0800
commit9ad19069f9d10dcab33bcee8502d587020bad2a4 (patch)
tree9d8d1286f69ba1bf38f65b822dc931ed8cac48a4 /thread.c
parent4bf037bebdc37671ca292dc8f500e1bede077163 (diff)
downloadruby-9ad19069f9d10dcab33bcee8502d587020bad2a4.tar.gz
Remove obsoleted functions in rjit.c
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/thread.c b/thread.c
index 4e033b7e09..b82e9a6578 100644
--- a/thread.c
+++ b/thread.c
@@ -4642,9 +4642,6 @@ rb_thread_atfork(void)
/* We don't want reproduce CVE-2003-0900. */
rb_reset_random_seed();
-
- /* For child, starting RJIT worker thread in this place which is safer than immediately after `after_fork_ruby`. */
- rjit_child_after_fork();
}
static void