Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang

svn path=/trunk/; revision=48365
This commit is contained in:
Alexis La Goutte 2013-03-17 19:22:53 +00:00
parent 88be4f8651
commit 7c6767303e
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@ dissect_usb_video_control_interface_descriptor(proto_tree *parent_tree, tvbuff_t
if (offset < descriptor_len)
{
proto_tree_add_text(tree, tvb, offset, descriptor_len-offset, "Descriptor data");
offset = descriptor_len;
/* offset = descriptor_len; */
}
if (entity_id != 0)