aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_gethostbyaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares/ares_gethostbyaddr.c')
-rw-r--r--ares/ares_gethostbyaddr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ares/ares_gethostbyaddr.c b/ares/ares_gethostbyaddr.c
index bd63d1a95..a415e36db 100644
--- a/ares/ares_gethostbyaddr.c
+++ b/ares/ares_gethostbyaddr.c
@@ -39,11 +39,6 @@
#undef WIN32
#endif
-union ares_addr {
- struct in_addr addr4;
- struct in6_addr addr6;
-};
-
struct addr_query {
/* Arguments passed to ares_gethostbyaddr() */
ares_channel channel;