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

Change-Id: Ie0c4a4703c1ae035dc1051569927b72f075823d7
Reviewed-on: https://code.wireshark.org/review/26084
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-02-24 18:17:07 +01:00 committed by Anders Broman
parent ec99b833d2
commit b4368e14b0
1 changed files with 1 additions and 1 deletions

View File

@ -19751,7 +19751,7 @@ dissect_ieee80211_he_trigger(tvbuff_t *tvb, packet_info *pinfo _U_,
/*
* Now the User Info field.
*/
offset += add_he_trigger_user_info(tree, tvb, offset, pinfo,
/*offset +=*/ add_he_trigger_user_info(tree, tvb, offset, pinfo,
trigger_type, &length);
/*