summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-01 08:20:16 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-01 08:20:16 +0000
commitdcc1f64cb0372de4a05ecc3989f07a3460d6ba6a (patch)
tree0964a626df8cc943ef48cd859c6211c2bf5374f5 /thread_pthread.c
parent402cbc870dc9a5646e60c4a0e3b3f1a1aa8c4fbf (diff)
* thread_pthread.c: remove unused macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 0 insertions, 2 deletions
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)
{