unused variable removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
db0721aaeb
commit
2cb0c38014
1
time.c
1
time.c
@ -1466,7 +1466,6 @@ time_new_internal(VALUE klass, VALUE timev)
|
|||||||
{
|
{
|
||||||
VALUE time = time_s_alloc(klass);
|
VALUE time = time_s_alloc(klass);
|
||||||
struct time_object *tobj;
|
struct time_object *tobj;
|
||||||
struct timespec ts;
|
|
||||||
|
|
||||||
GetTimeval(time, tobj);
|
GetTimeval(time, tobj);
|
||||||
tobj->timev = num_exact(timev);
|
tobj->timev = num_exact(timev);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user