Author: rwatson Date: Thu Feb 12 23:55:35 2009 New Revision: 188545 URL: http://svn.freebsd.org/changeset/base/188545
Log: Remove unused ifaddr and ifreq local variables. MFC after: 3 days Modified: head/sys/dev/cm/smc90cx6.c Modified: head/sys/dev/cm/smc90cx6.c ============================================================================== --- head/sys/dev/cm/smc90cx6.c Thu Feb 12 23:54:07 2009 (r188544) +++ head/sys/dev/cm/smc90cx6.c Thu Feb 12 23:55:35 2009 (r188545) @@ -861,14 +861,10 @@ cm_ioctl(ifp, command, data) caddr_t data; { struct cm_softc *sc; - struct ifaddr *ifa; - struct ifreq *ifr; int error; error = 0; sc = ifp->if_softc; - ifa = (struct ifaddr *)data; - ifr = (struct ifreq *)data; #if defined(CM_DEBUG) && (CM_DEBUG > 2) if_printf(ifp, "ioctl() called, cmd = 0x%lx\n", command); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"