mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
fa319c5774
commit
562a1a7929
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue