diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-05 19:22:44 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-05 19:22:44 +0000 |
commit | b6d768cf891545ca0362c78c2d52dc9df2e52130 (patch) | |
tree | c7008b74561346c43eab3fd18cc8178bec645073 /thread_pthread.c | |
parent | bf06b4341cac6b3a8ac900972f52bf665e4ed8d5 (diff) | |
download | ruby-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.c | 1 |
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); |