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:
parent
b3b0fa3e85
commit
dbc78facbc
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue