1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

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