tidy-up: drop stray "unused" comments

Closes #18453
This commit is contained in:
Viktor Szakats 2025-09-02 13:20:20 +02:00
parent 24badd29f5
commit 49145249be
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
55 changed files with 128 additions and 129 deletions

View file

@ -1444,7 +1444,7 @@ static CURLcode cf_socket_send(struct Curl_cfilter *cf, struct Curl_easy *data,
size_t orig_len = len;
CURLcode result = CURLE_OK;
(void)eos; /* unused */
(void)eos;
*pnwritten = 0;
fdsave = cf->conn->sock[cf->sockindex];
cf->conn->sock[cf->sockindex] = ctx->sock;