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

svn path=/trunk/; revision=48985
This commit is contained in:
Alexis La Goutte 2013-04-22 21:25:39 +00:00
parent 9b4a914c8f
commit 9d6a6d7bbd
1 changed files with 0 additions and 1 deletions

View File

@ -654,7 +654,6 @@ dissect_fc_fctl(packet_info *pinfo _U_, proto_tree *parent_tree, tvbuff_t *tvb,
if (flags & (~( FC_FCTL_REL_OFFSET )))
proto_item_append_text(item, ",");
}
flags&=(~( FC_FCTL_REL_OFFSET ));
}