Remove an unused variable.

This commit is contained in:
Adrian Chadd 2011-10-02 14:10:25 +00:00
parent 62f62f4f4a
commit f20aaceeb4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=225926

View File

@ -107,7 +107,6 @@ ar5416SetupRxDesc(struct ath_hal *ah, struct ath_desc *ds,
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);