mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 22:15:13 -05:00
http: removed wrong unused comment.
|premature| is used in Curl_http_done.
This commit is contained in:
parent
d7846237a4
commit
5719e56168
@ -1873,7 +1873,6 @@ CURLcode Curl_http_done(struct connectdata *conn,
|
|||||||
{
|
{
|
||||||
struct SessionHandle *data = conn->data;
|
struct SessionHandle *data = conn->data;
|
||||||
struct HTTP *http =data->state.proto.http;
|
struct HTTP *http =data->state.proto.http;
|
||||||
(void)premature; /* not used */
|
|
||||||
|
|
||||||
Curl_unencode_cleanup(conn);
|
Curl_unencode_cleanup(conn);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user