From: hniksic Date: Mon, 27 Jun 2005 12:53:01 +0000 (-0700) Subject: [svn] Remove obsolete comment. X-Git-Tag: v1.13~878 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=0561a866c30bb075d0196b25137d7736457e9ac4 [svn] Remove obsolete comment. --- 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; }