mirror of
https://github.com/curl/curl.git
synced 2025-01-24 14:15:18 +08:00
c-hyper: fix unused variable ‘wrote’
This commit is contained in:
parent
2e23f3b8d5
commit
826c438c61
@ -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…
Reference in New Issue
Block a user