mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
date_core.c: unused variable
* ext/date/date_core.c (dt_lite_jisx0301): remove no longer used variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8d23c8bf3b
commit
0f4c580b20
1 changed files with 2 additions and 5 deletions
|
@ -8389,11 +8389,8 @@ dt_lite_jisx0301(int argc, VALUE *argv, VALUE self)
|
|||
if (argc >= 1)
|
||||
n = NUM2LONG(argv[0]);
|
||||
|
||||
{
|
||||
get_d1(self);
|
||||
return rb_str_append(d_lite_jisx0301(self),
|
||||
iso8601_timediv(self, n));
|
||||
}
|
||||
}
|
||||
|
||||
/* conversions */
|
||||
|
|
Loading…
Add table
Reference in a new issue