dcerpc-pn-io (profinet): Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang

Change-Id: I8dd3fe09d7b5d3132814e3531314220f600746ba
Reviewed-on: https://code.wireshark.org/review/26649
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-03-26 13:14:14 +02:00 committed by Anders Broman
parent 3f5ae07a60
commit 927489dc78
1 changed files with 0 additions and 1 deletions

View File

@ -4557,7 +4557,6 @@ packet_info *pinfo, proto_tree *tree, guint8 *drep)
/* level 0 */
proto_tree_add_bits_item(sub_tree, hf_pn_io_am_location_structure, tvb, bit_offset, 8, ENC_BIG_ENDIAN);
bit_offset += 8;
offset += 16;