From 5719e5616805b246128f68bb282b941af949268e Mon Sep 17 00:00:00 2001 From: Julien Chaffraix Date: Fri, 25 Feb 2011 20:37:54 -0800 Subject: http: removed wrong unused comment. |premature| is used in Curl_http_done. --- lib/http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/http.c b/lib/http.c index 78f6ef1f8..121b7b2a9 100644 --- a/lib/http.c +++ b/lib/http.c @@ -1873,7 +1873,6 @@ CURLcode Curl_http_done(struct connectdata *conn, { struct SessionHandle *data = conn->data; struct HTTP *http =data->state.proto.http; - (void)premature; /* not used */ Curl_unencode_cleanup(conn); -- cgit v1.2.3