зеркало из https://github.com/github/ruby.git
remove debugging code
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
fa319c5774
Коммит
562a1a7929
|
@ -449,7 +449,6 @@ __cond_timedwait(rb_thread_cond_t *cond, rb_thread_lock_t *mutex, unsigned long
|
|||
struct cond_event_entry *head = (struct cond_event_entry*)cond;
|
||||
|
||||
entry.event = CreateEvent(0, FALSE, FALSE, 0);
|
||||
entry.mutex = mutex;
|
||||
|
||||
/* cond is guarded by mutex */
|
||||
entry.next = head;
|
||||
|
|
Загрузка…
Ссылка в новой задаче