From 0a7a5a7ad4da3ec8bed425502f5012908a0e77c8 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 18 Nov 2018 08:23:05 +0000 Subject: thread.c: rb_fiber_atfork has nothing to do with mjit.c [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 0711ef5552..37950f0139 100644 --- a/thread.c +++ b/thread.c @@ -4426,7 +4426,6 @@ terminate_atfork_i(rb_thread_t *th, const rb_thread_t *current_th) } } -/* mjit.c */ void rb_fiber_atfork(rb_thread_t *); void rb_thread_atfork(void) -- cgit v1.2.3