From 0cd683c60496f1ad7451a361d726896b283b3221 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 21 Jun 2009 16:11:40 +0000 Subject: Remove unuxed ipx_zerohost. MFC after: 3 days --- sys/netipx/ipx_input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/netipx/ipx_input.c') diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index f046e23..6c29ec4 100644 --- a/sys/netipx/ipx_input.c +++ b/sys/netipx/ipx_input.c @@ -106,7 +106,6 @@ static void ipx_forward(struct mbuf *m); static void ipxintr(struct mbuf *m); const union ipx_net ipx_zeronet; -const union ipx_host ipx_zerohost; const union ipx_net ipx_broadnet = { .s_net[0] = 0xffff, .s_net[1] = 0xffff }; -- cgit v1.1