1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* time.c (time_arg): unused variable removed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-04-26 10:30:54 +00:00
parent 5a809d60bd
commit d75996ec8a
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sun Apr 26 19:30:29 2009 Tanaka Akira <akr@fsij.org>
* time.c (time_arg): unused variable removed.
Sun Apr 26 18:35:32 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131]

1
time.c
View file

@ -1468,7 +1468,6 @@ static void
time_arg(int argc, VALUE *argv, struct vtm *vtm)
{
VALUE v[8];
int i;
vtm->year = INT2FIX(0);
vtm->mon = 0;