]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ngtcp2: fix the build without 'sendmsg'
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Jan 2023 22:22:27 +0000 (23:22 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Jan 2023 07:54:22 +0000 (08:54 +0100)
Follow-up from 71b7e0161032

Closes #10210

lib/vquic/ngtcp2.c

index bc5fbd52e3182aa8bfec10bdcd99d48c3153f56f..10131e013ec6639f94cdc03af29730375178d521 100644 (file)
@@ -1707,7 +1707,6 @@ static CURLcode do_sendmsg(struct Curl_cfilter *cf,
   }
 #else
   ssize_t sent;
-  (void)qs;
   (void)gsolen;
 
   *psent = 0;