Author: kib
Date: Thu Mar 8 22:04:54 2018
New Revision: 330671
URL: https://svnweb.freebsd.org/changeset/base/330671
Log:
Remove unused variable.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/iwi/if_iwi.c
Modified: head/sys/dev/iwi/if_iwi.c
==============================================================================
--- head/sys/dev/iwi/if_iwi.c Thu Mar 8 22:03:43 2018 (r330670)
+++ head/sys/dev/iwi/if_iwi.c Thu Mar 8 22:04:54 2018 (r330671)
@@ -2554,7 +2554,6 @@ iwi_set_rateset(struct iwi_softc *sc, const struct iee
int mode, int type)
{
struct iwi_rateset rs;
- int i;
memset(&rs, 0, sizeof(rs));
rs.mode = mode;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"