From 47e67eab26c8d2702d254dcc7e7fa2c69228c32a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 7 Dec 2001 15:56:57 +0000 Subject: corrected the comment above gmtime_r --- lib/http.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/http.c') diff --git a/lib/http.c b/lib/http.c index c0b9ce1d3..f1d3fb326 100644 --- a/lib/http.c +++ b/lib/http.c @@ -737,8 +737,6 @@ CURLcode Curl_http(struct connectdata *conn) #ifdef HAVE_GMTIME_R /* thread-safe version */ - /* We assume that the presense of localtime_r() proves the presense - of gmtime_r() which is a bit ugly but might work */ struct tm keeptime; thistime = (struct tm *)gmtime_r(&data->set.timevalue, &keeptime); #else -- cgit v1.2.3