From dbc78facbc7a0f3c8241a97c17a5c74ba149a1d2 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 5 Jan 2008 19:22:44 +0000 Subject: [PATCH] unused variable removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/thread_pthread.c b/thread_pthread.c index 962215b1a1..3aab3c116a 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -405,7 +405,6 @@ native_sleep(rb_thread_t *th, struct timeval *tv) int prev_status = th->status; struct timespec ts; struct timeval tvn; - struct timeval tve; if (tv) { gettimeofday(&tvn, NULL);