aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-satop.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-03-29 17:41:51 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-03-29 17:41:51 +0000
commitf0fcfd92a7e50e6ef78c58decd941afe3c549dcc (patch)
tree34e06e166bbcd726f721c713f1be839fbc64a758 /epan/dissectors/packet-pw-satop.c
parentdf14b18fdf72b1447a39aadea481e44acc100141 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=41827
Diffstat (limited to 'epan/dissectors/packet-pw-satop.c')
-rw-r--r--epan/dissectors/packet-pw-satop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-pw-satop.c b/epan/dissectors/packet-pw-satop.c
index bcff66f71b..c41d5a40b0 100644
--- a/epan/dissectors/packet-pw-satop.c
+++ b/epan/dissectors/packet-pw-satop.c
@@ -83,8 +83,6 @@ void dissect_pw_satop(tvbuff_t * tvb_original
,PAY_LIKE_OCTET_ALIGNED_T1
} payload_properties;
- properties = PWC_PACKET_PROPERTIES_T_INITIALIZER;
- payload_properties = PAY_NO_IDEA;
packet_size = tvb_reported_length_remaining(tvb_original, 0);
/*
* FIXME