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
4
mjit.c
4
mjit.c
|
@ -355,7 +355,7 @@ init_header_filename(void)
|
||||||
# else
|
# else
|
||||||
"-L"
|
"-L"
|
||||||
# endif
|
# endif
|
||||||
;
|
;
|
||||||
const size_t libpathflag_len = sizeof(libpathflag) - 1;
|
const size_t libpathflag_len = sizeof(libpathflag) - 1;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -538,8 +538,6 @@ system_tmpdir(void)
|
||||||
static int
|
static int
|
||||||
start_worker(void)
|
start_worker(void)
|
||||||
{
|
{
|
||||||
extern void mjit_worker(void);
|
|
||||||
|
|
||||||
stop_worker_p = FALSE;
|
stop_worker_p = FALSE;
|
||||||
worker_stopped = FALSE;
|
worker_stopped = FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue