aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-msrp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-06-29 21:59:44 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-06-29 21:59:44 +0000
commit391f902f44a9a211a6f73845d2d762009dec631d (patch)
tree9eccd763691d96a643cb13248ac91eba050fc9d8 /epan/dissectors/packet-msrp.c
parent484bf76753b5aa4b65c3c7556664c4f30cbea376 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=50237
Diffstat (limited to 'epan/dissectors/packet-msrp.c')
-rw-r--r--epan/dissectors/packet-msrp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-msrp.c b/epan/dissectors/packet-msrp.c
index 3ee92feb48..f96f7a1eca 100644
--- a/epan/dissectors/packet-msrp.c
+++ b/epan/dissectors/packet-msrp.c
@@ -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 */