mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 0 additions and 2 deletions
|
@ -1559,8 +1559,6 @@ rb_thread_create_mjit_thread(void (*worker_func)(void))
|
|||
return ret;
|
||||
}
|
||||
|
||||
#define USE_NATIVE_SLEEP_COND (1)
|
||||
|
||||
#if USE_NATIVE_SLEEP_COND
|
||||
rb_nativethread_cond_t *
|
||||
rb_sleep_cond_get(const rb_execution_context_t *ec)
|
||||
|
|
Loading…
Reference in a new issue