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
1 changed files with 1 additions and 3 deletions

4
mjit.c
View File

@ -355,7 +355,7 @@ init_header_filename(void)
# else
"-L"
# endif
;
;
const size_t libpathflag_len = sizeof(libpathflag) - 1;
#endif
@ -538,8 +538,6 @@ system_tmpdir(void)
static int
start_worker(void)
{
extern void mjit_worker(void);
stop_worker_p = FALSE;
worker_stopped = FALSE;