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

svn path=/trunk/; revision=50355
This commit is contained in:
Alexis La Goutte 2013-07-03 16:44:08 +00:00
parent 890da55c94
commit dc00c8fc94
1 changed files with 0 additions and 1 deletions

View File

@ -1913,7 +1913,6 @@ dnp3_al_process_object(tvbuff_t *tvb, packet_info *pinfo, int offset,
al_ctlobj_count, al_ctlobj_on, al_ctlobj_off);
/* Get "Control Status" Field */
al_ctlobj_stat = tvb_get_guint8(tvb, data_pos);
proto_tree_add_item(point_tree, hf_dnp3_al_ctrlstatus, tvb, data_pos, 1, ENC_LITTLE_ENDIAN);
data_pos += 1;