mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41: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
|
|
@ -467,9 +467,6 @@ CURLcode Curl_altsvc_parse(struct Curl_easy *data,
|
|||
unsigned short dstport = srcport; /* the same by default */
|
||||
size_t entries = 0;
|
||||
struct Curl_str alpn;
|
||||
#ifdef CURL_DISABLE_VERBOSE_STRINGS
|
||||
(void)data;
|
||||
#endif
|
||||
|
||||
DEBUGASSERT(asi);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue