1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

http: removed wrong unused comment.

|premature| is used in Curl_http_done.
This commit is contained in:
Julien Chaffraix 2011-02-25 20:37:54 -08:00
parent d7846237a4
commit 5719e56168

View File

@ -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);