mirror of
https://github.com/curl/curl.git
synced 2026-06-20 12:55:40 +03:00
build: drop redundant unused variable suppressions
Also: - digest_sspi: merge some `ifdef`s. Closes #20310
This commit is contained in:
parent
134fb66121
commit
59a5fd8518
33 changed files with 13 additions and 96 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue