thread_pthread.c: remove duplicate define
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2dd0fb21bf
commit
c307ffe64f
@ -1559,8 +1559,6 @@ rb_thread_create_mjit_thread(void (*worker_func)(void))
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define USE_NATIVE_SLEEP_COND (1)
|
|
||||||
|
|
||||||
#if USE_NATIVE_SLEEP_COND
|
#if USE_NATIVE_SLEEP_COND
|
||||||
rb_nativethread_cond_t *
|
rb_nativethread_cond_t *
|
||||||
rb_sleep_cond_get(const rb_execution_context_t *ec)
|
rb_sleep_cond_get(const rb_execution_context_t *ec)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user