1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

mjit.c: drop obsoleted duplicated declaration

of mjit_worker(). It was needed when mjit_worker.c is separated from
mjit.c, but it's now just included.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
k0kubun 2018-08-11 14:44:31 +00:00
parent 69bfb6d850
commit 1bc2641b00

2
mjit.c
View file

@ -538,8 +538,6 @@ system_tmpdir(void)
static int
start_worker(void)
{
extern void mjit_worker(void);
stop_worker_p = FALSE;
worker_stopped = FALSE;