summaryrefslogtreecommitdiffstats
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
commitb6d768cf891545ca0362c78c2d52dc9df2e52130 (patch)
treec7008b74561346c43eab3fd18cc8178bec645073 /thread_pthread.c
parentbf06b4341cac6b3a8ac900972f52bf665e4ed8d5 (diff)
downloadruby-b6d768cf891545ca0362c78c2d52dc9df2e52130.tar.gz
ruby-b6d768cf891545ca0362c78c2d52dc9df2e52130.tar.xz
ruby-b6d768cf891545ca0362c78c2d52dc9df2e52130.zip
unused variable removed.
git-svn-id: http://svn.ruby-lang.org/repos/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 962215b1a..3aab3c116 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);