summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/date_core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/date/date_core.c b/ext/date/date_core.c
index c20079b2e9..bb51bd8e8b 100644
--- a/ext/date/date_core.c
+++ b/ext/date/date_core.c
@@ -1486,8 +1486,6 @@ civil_to_yday(int y, int m, int d)
static VALUE
d_lite_yday(VALUE self)
{
- int ry, rd;
-
get_d1(self);
if (!light_mode_p(dat))
return iforward0("yday_r");
@@ -3230,8 +3228,6 @@ dt_lite_year(VALUE self)
static VALUE
dt_lite_yday(VALUE self)
{
- int ry, rd;
-
get_dt1(self);
if (!light_mode_p(dat))
return iforward0("yday_r");