mirror of
https://github.com/curl/curl.git
synced 2026-07-08 10:17:16 +03:00
c-hyper: fix unused variable ‘wrote’
This commit is contained in:
parent
2e23f3b8d5
commit
826c438c61
1 changed files with 0 additions and 1 deletions
|
|
@ -205,7 +205,6 @@ static CURLcode status_line(struct Curl_easy *data,
|
|||
const uint8_t *reason, size_t rlen)
|
||||
{
|
||||
CURLcode result;
|
||||
size_t wrote;
|
||||
size_t len;
|
||||
const char *vstr;
|
||||
vstr = http_version == HYPER_HTTP_VERSION_1_1 ? "1.1" :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue