From e89fb3a8684dfdebea80086e2d801d494c813d51 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Thu, 30 Dec 2010 04:30:16 -0500 Subject: [PATCH] Nuke a structure I didn't need. --- libs/net/nc/net_udp6.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libs/net/nc/net_udp6.c b/libs/net/nc/net_udp6.c index 5c3a5ecbc..f91b3551c 100644 --- a/libs/net/nc/net_udp6.c +++ b/libs/net/nc/net_udp6.c @@ -141,12 +141,6 @@ typedef union address { struct sockaddr_in6 s6; } AF_address_t; -typedef union inaddr { - struct in_addr a4; - byte evil4[4]; - struct in6_addr a6; - byte evil6[16]; -} AF_inaddress_t; static void NetadrToSockadr (netadr_t *a, AF_address_t *s)