netrc: remove unused parsenetrc() macro for netrc-disabled

When netrc is disabled, this macro is unused (and wrong).

Closes #21067
This commit is contained in:
Daniel Stenberg 2026-03-23 08:51:02 +01:00
parent e0be05cbab
commit e0327b2ebb
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -58,7 +58,6 @@ NETRCcode Curl_parsenetrc(struct store_netrc *store, const char *host,
*/
#else
/* disabled */
#define Curl_parsenetrc(a, b, c, d, e, f) 1
#define Curl_netrc_init(x)
#define Curl_netrc_cleanup(x)
#endif