mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
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 changed files with 0 additions and 1 deletions
1
time.c
1
time.c
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue