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:
parent
69bfb6d850
commit
1bc2641b00
1 changed files with 1 additions and 3 deletions
2
mjit.c
2
mjit.c
|
@ -538,8 +538,6 @@ system_tmpdir(void)
|
|||
static int
|
||||
start_worker(void)
|
||||
{
|
||||
extern void mjit_worker(void);
|
||||
|
||||
stop_worker_p = FALSE;
|
||||
worker_stopped = FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue