BATMAN: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang

Change-Id: I6cfabc18921397002a2303f3511fa51bf5b41956
Reviewed-on: https://code.wireshark.org/review/5341
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2014-11-16 16:15:27 +01:00 committed by Michael Mann
parent 9f0fb57a43
commit b867baf800
1 changed files with 1 additions and 1 deletions

View File

@ -4128,7 +4128,7 @@ static void dissect_batadv_unicast_tvlv_v15(tvbuff_t *tvb, packet_info *pinfo,
dissect_batadv_tvlv_v15(next_tvb, pinfo,
batadv_unicast_tvlv_tree);
offset += unicast_tvlv_packeth->tvlv_len;
/*offset += unicast_tvlv_packeth->tvlv_len;*/
}
}