mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/date/date_core.c: removed unused variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c65953cd03
commit
ea490ced11
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Mar 27 11:18:35 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
||||||
|
|
||||||
|
* ext/date/date_core.c: removed unused variables.
|
||||||
|
|
||||||
Sat Mar 26 15:16:09 2011 Tanaka Akira <akr@fsij.org>
|
Sat Mar 26 15:16:09 2011 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* ext/socket/getaddrinfo.c: parenthesize macro arguments.
|
* ext/socket/getaddrinfo.c: parenthesize macro arguments.
|
||||||
|
|
|
@ -1486,8 +1486,6 @@ civil_to_yday(int y, int m, int d)
|
||||||
static VALUE
|
static VALUE
|
||||||
d_lite_yday(VALUE self)
|
d_lite_yday(VALUE self)
|
||||||
{
|
{
|
||||||
int ry, rd;
|
|
||||||
|
|
||||||
get_d1(self);
|
get_d1(self);
|
||||||
if (!light_mode_p(dat))
|
if (!light_mode_p(dat))
|
||||||
return iforward0("yday_r");
|
return iforward0("yday_r");
|
||||||
|
@ -3230,8 +3228,6 @@ dt_lite_year(VALUE self)
|
||||||
static VALUE
|
static VALUE
|
||||||
dt_lite_yday(VALUE self)
|
dt_lite_yday(VALUE self)
|
||||||
{
|
{
|
||||||
int ry, rd;
|
|
||||||
|
|
||||||
get_dt1(self);
|
get_dt1(self);
|
||||||
if (!light_mode_p(dat))
|
if (!light_mode_p(dat))
|
||||||
return iforward0("yday_r");
|
return iforward0("yday_r");
|
||||||
|
|
Loading…
Add table
Reference in a new issue