summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Aldorasi <marc@groundctl.com>2021-05-18 13:19:08 -0400
committerDaniel Stenberg <daniel@haxx.se>2021-05-19 00:35:55 +0200
commit6c347d4f36a0cb2086d09c9c777629d0737d49f2 (patch)
tree639798ebf59ed52df78bbf46a812f388305d5ed5
parentb1dded68e3405c51ff89f2c310d67eacc092e272 (diff)
downloadcurl-6c347d4f36a0cb2086d09c9c777629d0737d49f2.tar.gz
hostip.h: remove declaration of unimplemented function
Closes #7094
-rw-r--r--lib/hostip.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/hostip.h b/lib/hostip.h
index c0fd3c8c4..d178976aa 100644
--- a/lib/hostip.h
+++ b/lib/hostip.h
@@ -136,15 +136,6 @@ void Curl_hostcache_prune(struct Curl_easy *data);
/* Return # of addresses in a Curl_addrinfo struct */
int Curl_num_addresses(const struct Curl_addrinfo *addr);
-#if defined(CURLDEBUG) && defined(HAVE_GETNAMEINFO)
-int curl_dogetnameinfo(GETNAMEINFO_QUAL_ARG1 GETNAMEINFO_TYPE_ARG1 sa,
- GETNAMEINFO_TYPE_ARG2 salen,
- char *host, GETNAMEINFO_TYPE_ARG46 hostlen,
- char *serv, GETNAMEINFO_TYPE_ARG46 servlen,
- GETNAMEINFO_TYPE_ARG7 flags,
- int line, const char *source);
-#endif
-
/* IPv4 threadsafe resolve function used for synch and asynch builds */
struct Curl_addrinfo *Curl_ipv4_resolve_r(const char *hostname, int port);