diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | thread_pthread.c | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Wed Jun 1 17:19:16 2011 KOSAKI Motohiro <[email protected]> + + * thread_pthread.c: remove unused macro. + Wed Jun 1 15:42:18 2011 Nobuyoshi Nakada <[email protected]> * parse.y (peek_n): new macro to see next nth char. diff --git a/thread_pthread.c b/thread_pthread.c index d14f2b25e5..0a55744650 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -824,8 +824,6 @@ ubf_pthread_cond_signal(void *ptr) native_cond_signal(&th->native_thread_data.sleep_cond); } -#define PER_NANO 1000000000 - static void native_sleep(rb_thread_t *th, struct timeval *timeout_tv) { |