ngtcp2: fix the build without 'sendmsg'
Follow-up from 71b7e01610
Closes #10210
This commit is contained in:
parent
f86894a38c
commit
e6002e9012
@ -1707,7 +1707,6 @@ static CURLcode do_sendmsg(struct Curl_cfilter *cf,
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
ssize_t sent;
|
ssize_t sent;
|
||||||
(void)qs;
|
|
||||||
(void)gsolen;
|
(void)gsolen;
|
||||||
|
|
||||||
*psent = 0;
|
*psent = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user