build: drop redundant unused variable suppressions

Also:
- digest_sspi: merge some `ifdef`s.

Closes #20310
This commit is contained in:
Viktor Szakats 2026-01-14 03:46:19 +01:00
parent 134fb66121
commit 59a5fd8518
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
33 changed files with 13 additions and 96 deletions

View file

@ -546,7 +546,6 @@ static void cf_hc_destroy(struct Curl_cfilter *cf, struct Curl_easy *data)
{
struct cf_hc_ctx *ctx = cf->ctx;
(void)data;
CURL_TRC_CF(data, cf, "destroy");
cf_hc_reset(cf, data);
Curl_safefree(ctx);