tidy-up: drop unused CURL_INADDR_NONE macro and in_addr_t type

Closes #16318
This commit is contained in:
Viktor Szakats 2025-02-13 12:05:30 +01:00
parent 4aec6cdfd3
commit 90b72607fa
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
8 changed files with 0 additions and 115 deletions

View file

@ -195,12 +195,6 @@ Curl_cache_addr(struct Curl_easy *data, struct Curl_addrinfo *addr,
const char *hostname, size_t hostlen, int port,
bool permanent);
#ifndef INADDR_NONE
#define CURL_INADDR_NONE (in_addr_t) ~0
#else
#define CURL_INADDR_NONE INADDR_NONE
#endif
/*
* Function provided by the resolver backend to set DNS servers to use.
*/