| -rw-r--r-- | ui-shared.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-shared.c b/ui-shared.c index 1ede2b0..883866d 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -596,8 +596,6 @@ void cgit_print_age(time_t t, time_t max_relative, const char *format) return; time(&now); secs = now - t; - if (secs < 0) - secs = 0; if (secs > max_relative && max_relative >= 0) { cgit_print_date(t, format, ctx.cfg.local_time); |