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

Change-Id: If10a9902c231b87995562fd0c687a25dcab3e250
Reviewed-on: https://code.wireshark.org/review/7910
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-04-04 16:19:28 +02:00 committed by Pascal Quantin
parent 9d10be54c7
commit 38a5fceefc
1 changed files with 0 additions and 2 deletions

View File

@ -2246,8 +2246,6 @@ de_mid(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guin
if (!odd)
{
oct = tvb_get_guint8(tvb, curr_offset - 1);
proto_tree_add_item(tree, hf_gsm_a_filler, tvb, curr_offset - 1, 1, ENC_NA);
}
break;