ngtcp2: fix the build without 'sendmsg'

Follow-up from 71b7e01610

Closes #10210
This commit is contained in:
Daniel Stenberg 2023-01-02 23:22:27 +01:00
parent f86894a38c
commit e6002e9012
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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