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
@ -405,7 +405,6 @@ native_sleep(rb_thread_t *th, struct timeval *tv)
|
|||||||
int prev_status = th->status;
|
int prev_status = th->status;
|
||||||
struct timespec ts;
|
struct timespec ts;
|
||||||
struct timeval tvn;
|
struct timeval tvn;
|
||||||
struct timeval tve;
|
|
||||||
|
|
||||||
if (tv) {
|
if (tv) {
|
||||||
gettimeofday(&tvn, NULL);
|
gettimeofday(&tvn, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user