From d346e8cbc12d5b2bf93a06ba092d4b66d5613bb6 Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 22 Oct 2012 02:59:59 +0000 Subject: Remove unused variable. Newer versions of gcc care. Submitted by: Sascha Wildner Approved by: cperciva MFC after: 3 days --- usr.bin/netstat/route.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 996b471..270f6bd 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -1104,10 +1104,8 @@ ipx_phost(struct sockaddr *sa) struct sockaddr_ipx work; static union ipx_net ipx_zeronet; char *p; - struct ipx_addr in; work = *sipx; - in = work.sipx_addr; work.sipx_addr.x_port = 0; work.sipx_addr.x_net = ipx_zeronet; -- cgit v1.1