svn commit: r205275 - head/sys/dev/mii

Ed Schouten ed at FreeBSD.org
Thu Mar 18 07:35:20 UTC 2010


Author: ed
Date: Thu Mar 18 07:35:20 2010
New Revision: 205275
URL: http://svn.freebsd.org/changeset/base/205275

Log:
  Remove an unneeded variable.
  
  Reported by:	tinderbox

Modified:
  head/sys/dev/mii/mii.c

Modified: head/sys/dev/mii/mii.c
==============================================================================
--- head/sys/dev/mii/mii.c	Thu Mar 18 07:28:02 2010	(r205274)
+++ head/sys/dev/mii/mii.c	Thu Mar 18 07:35:20 2010	(r205275)
@@ -253,7 +253,6 @@ miibus_statchg(device_t dev)
 {
 	device_t		parent;
 	struct mii_data		*mii;
-	struct ifnet		*ifp;
 
 	parent = device_get_parent(dev);
 	MIIBUS_STATCHG(parent);


More information about the svn-src-all mailing list