svn commit: r242025 - stable/9/usr.bin/netstat

Eitan Adler eadler at FreeBSD.org
Thu Oct 25 01:23:42 UTC 2012


Author: eadler
Date: Thu Oct 25 01:23:41 2012
New Revision: 242025
URL: http://svn.freebsd.org/changeset/base/242025

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

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

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


More information about the svn-src-all mailing list