From 826c438c61ddf8ab4e0b16a584f7fa526bc417f9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 Apr 2021 16:00:48 +0200 Subject: [PATCH] =?UTF-8?q?c-hyper:=20fix=20unused=20variable=20=E2=80=98w?= =?UTF-8?q?rote=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/c-hyper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/c-hyper.c b/lib/c-hyper.c index be5c5b47c8..5908f6e1f7 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" :