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

c-hyper: fix unused variable ‘wrote’

This commit is contained in:
Daniel Stenberg 2021-04-27 16:00:48 +02:00
parent 2e23f3b8d5
commit 826c438c61
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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" :