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

Change-Id: I616e57c84c5721213ee12a41b63595547ab15f72
Reviewed-on: https://code.wireshark.org/review/4465
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2014-10-04 18:35:10 +02:00 committed by Michael Mann
parent 249d075cdd
commit 5377deeef8
1 changed files with 0 additions and 2 deletions

View File

@ -2432,8 +2432,6 @@ dissect_media_tlv(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 o
/* Get DSCP value */
proto_tree_add_item(tree, hf_media_dscp, tvb, offset, 3, ENC_BIG_ENDIAN);
offset += 3;
tlvLen -= 3;
break;
}
case 3: /* Location Identification */