unused variable removed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-01-05 19:22:44 +00:00
parent b3b0fa3e85
commit dbc78facbc
1 changed files with 0 additions and 1 deletions

View File

@ -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);