From a6c43c64d9419dfa888b1c478e658e3e20a4af11 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 31 May 2020 20:56:05 +0000 Subject: Vendor import apr-1.7.0 --- time/unix/time.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'time/unix/time.c') diff --git a/time/unix/time.c b/time/unix/time.c index 7f0958192769..dfa45e690c62 100644 --- a/time/unix/time.c +++ b/time/unix/time.c @@ -142,9 +142,6 @@ APR_DECLARE(apr_status_t) apr_time_exp_get(apr_time_t *t, apr_time_exp_t *xt) static const int dayoffset[12] = {306, 337, 0, 31, 61, 92, 122, 153, 184, 214, 245, 275}; - if (xt->tm_mon < 0 || xt->tm_mon >= 12) - return APR_EBADDATE; - /* shift new year to 1st March in order to make leap year calc easy */ if (xt->tm_mon < 2) -- cgit v1.2.3