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:
akr 2009-07-01 18:48:34 +00:00
parent db0721aaeb
commit 2cb0c38014

1
time.c
View File

@ -1466,7 +1466,6 @@ time_new_internal(VALUE klass, VALUE timev)
{
VALUE time = time_s_alloc(klass);
struct time_object *tobj;
struct timespec ts;
GetTimeval(time, tobj);
tobj->timev = num_exact(timev);