diff --git a/src/http.c b/src/http.c index 5da3549c..863b24b9 100644 --- a/src/http.c +++ b/src/http.c @@ -2665,7 +2665,6 @@ http_atotm (const char *time_string) /* Restore the previous locale. */ setlocale (LC_TIME, oldlocale); - /* All formats have failed. */ return ret; }