Module Name:    src
Committed By:   martin
Date:           Thu Sep 12 12:04:37 UTC 2013

Modified Files:
        src/sys/external/isc/atheros_hal/dist/ar5212: ar2413.c

Log Message:
Remove unused variable


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/sys/external/isc/atheros_hal/dist/ar5212/ar2413.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/external/isc/atheros_hal/dist/ar5212/ar2413.c
diff -u src/sys/external/isc/atheros_hal/dist/ar5212/ar2413.c:1.2 src/sys/external/isc/atheros_hal/dist/ar5212/ar2413.c:1.3
--- src/sys/external/isc/atheros_hal/dist/ar5212/ar2413.c:1.2	Tue Jan  6 06:03:57 2009
+++ src/sys/external/isc/atheros_hal/dist/ar5212/ar2413.c	Thu Sep 12 12:04:37 2013
@@ -14,7 +14,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * $Id: ar2413.c,v 1.2 2009/01/06 06:03:57 mrg Exp $
+ * $Id: ar2413.c,v 1.3 2013/09/12 12:04:37 martin Exp $
  */
 #include "opt_ah.h"
 
@@ -299,13 +299,12 @@ ar2413FillVpdTable(uint32_t pdGainIdx, i
 		   const int16_t *pwrList, const uint16_t *VpdList,
 		   uint16_t numIntercepts, uint16_t retVpdList[][64])
 {
-	uint16_t ii, jj, kk;
+	uint16_t ii, kk;
 	int16_t currPwr = (int16_t)(2*Pmin);
 	/* since Pmin is pwr*2 and pwrList is 4*pwr */
 	uint32_t  idxL = 0, idxR = 0;
 
 	ii = 0;
-	jj = 0;
 
 	if (numIntercepts < 2)
 		return AH_FALSE;

Reply via email to