From dcc1f64cb0372de4a05ecc3989f07a3460d6ba6a Mon Sep 17 00:00:00 2001 From: kosaki Date: Wed, 1 Jun 2011 08:20:16 +0000 Subject: * thread_pthread.c: remove unused macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'thread_pthread.c') 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) { -- cgit v1.2.1