From 1cd823ed5ab590636fab218741dbf0a61f1d3157 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sun, 7 Feb 2021 09:29:59 +0100 Subject: lib: remove redundant code Closes https://github.com/curl/curl/pull/6576 --- lib/vquic/ngtcp2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/vquic') diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c index 834b64314..ffc5b1076 100644 --- a/lib/vquic/ngtcp2.c +++ b/lib/vquic/ngtcp2.c @@ -1788,7 +1788,6 @@ static CURLcode ng_flush_egress(struct Curl_easy *data, ngtcp2_path_storage_zero(&ps); for(;;) { - outlen = -1; veccnt = 0; stream_id = -1; fin = 0; -- cgit v1.2.1