diff --git a/lib/netrc.h b/lib/netrc.h index 061e1e438b..90318c2bd6 100644 --- a/lib/netrc.h +++ b/lib/netrc.h @@ -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