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 95a134c453..9035a38407 100644
--- a/time.c
+++ b/time.c
@@ -1911,8 +1911,6 @@ vtm_add_offset(struct vtm *vtm, VALUE off)
int sec, min, hour;
int day;
- vtm->utc_offset = subv(vtm->utc_offset, off);
-
if (lt(off, INT2FIX(0))) {
sign = -1;
off = neg(off);