Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 01:23:42 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r242026 - stable/7/usr.bin/netstat
Message-ID:  <201210250123.q9P1NgbU040053@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Oct 25 01:23:42 2012
New Revision: 242026
URL: http://svn.freebsd.org/changeset/base/242026

Log:
  MFC r241838:
  	Remove unused variable. Newer versions of gcc care.
  
  Approved by:	cperciva (implicit)

Modified:
  stable/7/usr.bin/netstat/route.c
Directory Properties:
  stable/7/usr.bin/netstat/   (props changed)

Modified: stable/7/usr.bin/netstat/route.c
==============================================================================
--- stable/7/usr.bin/netstat/route.c	Thu Oct 25 01:23:41 2012	(r242025)
+++ stable/7/usr.bin/netstat/route.c	Thu Oct 25 01:23:42 2012	(r242026)
@@ -1111,10 +1111,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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210250123.q9P1NgbU040053>