mirror of
https://github.com/curl/curl.git
synced 2026-05-14 14:16:21 +03:00
ngtcp2: fix the build without 'sendmsg'
Follow-up from 71b7e01610
Closes #10210
This commit is contained in:
parent
f86894a38c
commit
e6002e9012
1 changed files with 0 additions and 1 deletions
|
|
@ -1707,7 +1707,6 @@ static CURLcode do_sendmsg(struct Curl_cfilter *cf,
|
|||
}
|
||||
#else
|
||||
ssize_t sent;
|
||||
(void)qs;
|
||||
(void)gsolen;
|
||||
|
||||
*psent = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue