ieee80211: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang

Change-Id: Ie03b269c67a31638b5fd8e709ea839456db41fbf
Reviewed-on: https://code.wireshark.org/review/32551
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Mikael Kanstrup <mikael.kanstrup@sony.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Alexis La Goutte 2019-03-24 07:24:22 +00:00
parent f717932af2
commit 551fb916bc
1 changed files with 0 additions and 1 deletions

View File

@ -1507,7 +1507,6 @@ Dot11DecryptGetRsne(
break;
}
}
offset_rsne += 4 * count; /* AKM Suite OUI */
/* RSN OUI */
#ifdef DOT11DECRYPT_DEBUG