aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/time.c b/time.c
index 32dcc339d2..3f8282589f 100644
--- a/time.c
+++ b/time.c
@@ -1299,7 +1299,6 @@ time_init_1(int argc, VALUE *argv, VALUE time)
{
struct vtm vtm;
VALUE v[7];
- int i;
struct time_object *tobj;
vtm.wday = -1;
@@ -1333,7 +1332,6 @@ time_init_1(int argc, VALUE *argv, VALUE time)
vtm.utc_offset = Qnil;
if (!NIL_P(v[6])) {
VALUE arg = v[6];
- VALUE tmp;
if (arg == ID2SYM(rb_intern("dst")))
vtm.isdst = 1;
else if (arg == ID2SYM(rb_intern("std")))