aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-03-17 19:24:51 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-03-17 19:24:51 +0000
commitce5a997d99ad2f928115044e86bc3a61fb925905 (patch)
tree08cdff9ef475fc5c63a53689b71e13c0c0bda538 /epan/dissectors
parente4f9ca4afd61c0755b7e3244ad6c6141d47c8dcd (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=48379
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-sflow.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-sflow.c b/epan/dissectors/packet-sflow.c
index 6145543623..4e4f194dee 100644
--- a/epan/dissectors/packet-sflow.c
+++ b/epan/dissectors/packet-sflow.c
@@ -1053,8 +1053,6 @@ dissect_sflow_245_extended_gateway(tvbuff_t *tvb, packet_info *pinfo, proto_tree
>= 4.
*/
dst_seg_len = 1;
- path_type = 0;
- kludge = 0;
sflow_245_dst_as_seg_tree = sflow_245_dst_as_tree;
} else {
path_type = tvb_get_ntohl(tvb, offset + len);