summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
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)
{