diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2021-02-07 09:29:59 +0100 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2021-02-10 16:47:27 +0100 |
commit | 1cd823ed5ab590636fab218741dbf0a61f1d3157 (patch) | |
tree | edfd9c3d8b371f28ab5e990db897bbbd70164928 /lib/vquic | |
parent | cc9c4e0f4e2f665b793be021e926401564429a68 (diff) | |
download | curl-1cd823ed5ab590636fab218741dbf0a61f1d3157.tar.gz |
lib: remove redundant code
Closes https://github.com/curl/curl/pull/6576
Diffstat (limited to 'lib/vquic')
-rw-r--r-- | lib/vquic/ngtcp2.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |