Module Name:    src
Committed By:   matt
Date:           Fri Jan  7 01:42:39 UTC 2011

Modified Files:
        src/sys/arch/evbppc/virtex/dev [matt-nb5-pq3]: if_temac.c

Log Message:
Remove unused variable.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.32.1 src/sys/arch/evbppc/virtex/dev/if_temac.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbppc/virtex/dev/if_temac.c
diff -u src/sys/arch/evbppc/virtex/dev/if_temac.c:1.4 src/sys/arch/evbppc/virtex/dev/if_temac.c:1.4.32.1
--- src/sys/arch/evbppc/virtex/dev/if_temac.c:1.4	Tue Feb 12 18:03:43 2008
+++ src/sys/arch/evbppc/virtex/dev/if_temac.c	Fri Jan  7 01:42:38 2011
@@ -1,4 +1,4 @@
-/* 	$NetBSD: if_temac.c,v 1.4 2008/02/12 18:03:43 dyoung Exp $ */
+/* 	$NetBSD: if_temac.c,v 1.4.32.1 2011/01/07 01:42:38 matt Exp $ */
 
 /*
  * Copyright (c) 2006 Jachym Holecek
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_temac.c,v 1.4 2008/02/12 18:03:43 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_temac.c,v 1.4.32.1 2011/01/07 01:42:38 matt Exp $");
 
 #include "bpfilter.h"
 
@@ -649,7 +649,6 @@
 temac_ioctl(struct ifnet *ifp, u_long cmd, void *data)
 {
 	struct temac_softc 	*sc = (struct temac_softc *)ifp->if_softc;
-	struct ifreq 		*ifr = (struct ifreq *)data;
 	int 			s, ret;
 
 	s = splnet();

Reply via email to