Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
kosaki committed May 7, 2011
1 parent fa319c5 commit 562a1a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thread_win32.c
Expand Up @@ -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;
Expand Down

0 comments on commit 562a1a7

Please sign in to comment.