summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 19:22:44 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 19:22:44 +0000
commitdbc78facbc7a0f3c8241a97c17a5c74ba149a1d2 (patch)
treec7008b74561346c43eab3fd18cc8178bec645073 /thread_pthread.c
parentb3b0fa3e85afd845ea85f420398b41c739300486 (diff)
unused variable removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c1
1 files changed, 0 insertions, 1 deletions
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);