mirror of
https://github.com/curl/curl.git
synced 2026-07-26 03:47:17 +03:00
http: removed wrong unused comment.
|premature| is used in Curl_http_done.
This commit is contained in:
parent
d7846237a4
commit
5719e56168
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue