diff options
Diffstat (limited to 'calendar/timeutil.c')
-rw-r--r-- | calendar/timeutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/timeutil.c b/calendar/timeutil.c index df72390bc8..85652d3146 100644 --- a/calendar/timeutil.c +++ b/calendar/timeutil.c @@ -212,7 +212,6 @@ time_t time_week_begin (time_t t) { struct tm tm; - time_t retval; tm = *localtime (&t); tm.tm_mday -= tm.tm_wday; |