From 0561a866c30bb075d0196b25137d7736457e9ac4 Mon Sep 17 00:00:00 2001 From: hniksic Date: Mon, 27 Jun 2005 05:53:01 -0700 Subject: [PATCH] [svn] Remove obsolete comment. --- src/http.c | 1 - 1 file changed, 1 deletion(-) 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; }