summary refs log tree commit diff stats
path: root/src/common/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/network.h')
-rw-r--r--src/common/network.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/network.h b/src/common/network.h
index c043702e..8c1c0c79 100644
--- a/src/common/network.h
+++ b/src/common/network.h
@@ -23,13 +23,8 @@
 typedef struct netstore_
 {
 #ifdef NETWORK_PRIVATE
-#ifdef USE_IPV6
 	struct addrinfo *ip6_hostent;
 #else
-	struct hostent *ip4_hostent;
-	struct sockaddr_in addr;
-#endif
-#else
 	int _dummy;	/* some compilers don't like empty structs */
 #endif
 } netstore;