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

svn path=/trunk/; revision=50237
This commit is contained in:
Alexis La Goutte 2013-06-29 21:59:44 +00:00
parent 484bf76753
commit 391f902f44
1 changed files with 0 additions and 1 deletions

View File

@ -489,7 +489,6 @@ dissect_msrp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_
* is not longer than what's in the buffer, so the
* "tvb_get_ptr()" calls below won't throw exceptions. *
*/
offset = 0;
linelen = tvb_find_line_end(tvb, 0, -1, &next_offset, FALSE);
/* Find the first SP and skip the first token */