aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ismp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-02 23:11:30 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-09-02 23:11:30 +0000
commita635df5ca024064135a98863b831cb57215689f2 (patch)
tree424e6a5cb40e7ef87674eb3099391cf285a2d87e /epan/dissectors/packet-ismp.c
parente4e084c5a1098f73a7747286c2dc46fea50f717a (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=51658
Diffstat (limited to 'epan/dissectors/packet-ismp.c')
-rw-r--r--epan/dissectors/packet-ismp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ismp.c b/epan/dissectors/packet-ismp.c
index 2e169767f2..2bee3d96cc 100644
--- a/epan/dissectors/packet-ismp.c
+++ b/epan/dissectors/packet-ismp.c
@@ -455,8 +455,6 @@ dissect_ismp_edp(tvbuff_t *tvb, packet_info *pinfo, int offset, proto_tree *ismp
offset += tuple_length;
tuples_count++;
- tuple_type = 0;
- tuple_length = 0;
}
if (tuples_count != num_tuples)
{