Removed an unneeded assignment, they are both always 0.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 17 Apr 2011 18:59:17 +0000 (18:59 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 17 Apr 2011 18:59:17 +0000 (18:59 +0000)
Found by clang.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36686 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-acn.c

index f09173e8941fcb4f4b195da08c7eab736bbb69d7..e5ccdf9e0c50ccfe6e23f16d5dbfa018a3e7a00e 100644 (file)
@@ -2622,8 +2622,6 @@ dissect_acn(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
     ti = proto_tree_add_item(tree, proto_acn, tvb, 0, -1, FALSE);
     acn_tree = proto_item_add_subtree(ti, ett_acn);
 
-    pdu_offsets.start = data_offset;
-
     /* add preamble, postamble and ACN Packet ID */
     proto_tree_add_item(acn_tree, hf_acn_preamble_size, tvb, data_offset, 2, FALSE);
     data_offset += 2;