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

svn path=/trunk/; revision=48376
This commit is contained in:
Alexis La Goutte 2013-03-17 19:24:25 +00:00
parent 086eaf58bf
commit 0367aaaa9b
1 changed files with 1 additions and 1 deletions

View File

@ -2717,7 +2717,7 @@ dissect_smpp_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
} /* if (command_id & 0x80000000) */
} /* if (command_length <= tvb_reported_length(pdu_tvb)) */
offset += command_length;
/*offset += command_length;*/
} /* if (tree || (command_id == 4)) */
/* Queue packet for Tap */