summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-04-27 16:00:48 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-04-27 16:00:48 +0200
commit826c438c61ddf8ab4e0b16a584f7fa526bc417f9 (patch)
treef2d00480e9c1806e7c5ee5b93e76e8d375447c93
parent2e23f3b8d54c6e4e568f019b2f66bfd9f9bac7a2 (diff)
downloadcurl-826c438c61ddf8ab4e0b16a584f7fa526bc417f9.tar.gz
c-hyper: fix unused variable ‘wrote’
-rw-r--r--lib/c-hyper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/c-hyper.c b/lib/c-hyper.c
index be5c5b47c..5908f6e1f 100644
--- a/lib/c-hyper.c
+++ b/lib/c-hyper.c
@@ -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" :