Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2012 01:23:41 +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-8@freebsd.org
Subject:   svn commit: r242024 - stable/8/usr.bin/netstat
Message-ID:  <201210250123.q9P1NfV1040022@svn.freebsd.org>

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

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

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

Modified: stable/8/usr.bin/netstat/route.c
==============================================================================
--- stable/8/usr.bin/netstat/route.c	Thu Oct 25 01:20:20 2012	(r242023)
+++ stable/8/usr.bin/netstat/route.c	Thu Oct 25 01:23:41 2012	(r242024)
@@ -1108,10 +1108,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.q9P1NfV1040022>