From df3e3768e98b6bc60e8f0297c80ad7d8696e6a1e Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 12 Jun 2011 00:32:32 +0000 Subject: * atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw. * gc.c (rb_gc_set_params): VM_OBJSPACE is disabled on mignw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_win32.c | 1 - 1 file changed, 1 deletion(-) (limited to 'thread_win32.c') diff --git a/thread_win32.c b/thread_win32.c index 13cbbffbef..694b1e1f87 100644 --- a/thread_win32.c +++ b/thread_win32.c @@ -532,7 +532,6 @@ native_cond_timeout(rb_thread_cond_t *cond, struct timespec timeout_rel) now.tv_sec = tv.tv_sec; now.tv_nsec = tv.tv_usec * 1000; - out: timeout.tv_sec = now.tv_sec; timeout.tv_nsec = now.tv_nsec; timeout.tv_sec += timeout_rel.tv_sec; -- cgit v1.2.3