summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-10-22 02:59:59 +0000
committereadler <eadler@FreeBSD.org>2012-10-22 02:59:59 +0000
commitd346e8cbc12d5b2bf93a06ba092d4b66d5613bb6 (patch)
tree5b1cd4bd8bfde3b2ba021978cf2906feaf55cc55 /usr.bin
parenteecc9cb28a18cb0edcc7c3f3186e2933e3e41542 (diff)
downloadFreeBSD-src-d346e8cbc12d5b2bf93a06ba092d4b66d5613bb6.zip
FreeBSD-src-d346e8cbc12d5b2bf93a06ba092d4b66d5613bb6.tar.gz
Remove unused variable. Newer versions of gcc care.
Submitted by: Sascha Wildner <saw@online.de> Approved by: cperciva MFC after: 3 days
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/route.c2
1 files changed, 0 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud