Author: adrian
Date: Sun Oct  2 14:10:25 2011
New Revision: 225926
URL: http://svn.freebsd.org/changeset/base/225926

Log:
  Remove an unused variable.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c       Sun Oct  2 14:08:56 
2011        (r225925)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c       Sun Oct  2 14:10:25 
2011        (r225926)
@@ -107,7 +107,6 @@ ar5416SetupRxDesc(struct ath_hal *ah, st
     uint32_t size, u_int flags)
 {
        struct ar5416_desc *ads = AR5416DESC(ds);
-       HAL_CAPABILITIES *pCap = &AH_PRIVATE(ah)->ah_caps;
 
        HALASSERT((size &~ AR_BufLen) == 0);
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to