aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tzsp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-02-24 19:13:27 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-02-24 19:13:27 +0000
commitc5a461e2f81039979b3db1efb240df66e64e9061 (patch)
tree76b6e71d5a6bca8998efa9bc4cb9b282322cfcbe /epan/dissectors/packet-tzsp.c
parent88c86c1f8158d2215190e96ac637a6b95100c286 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=47860
Diffstat (limited to 'epan/dissectors/packet-tzsp.c')
-rw-r--r--epan/dissectors/packet-tzsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tzsp.c b/epan/dissectors/packet-tzsp.c
index f8b2fcad8b..bf63281be4 100644
--- a/epan/dissectors/packet-tzsp.c
+++ b/epan/dissectors/packet-tzsp.c
@@ -125,7 +125,6 @@ add_option_info(tvbuff_t *tvb, int pos, proto_tree *tree, proto_item *ti)
switch (tag) {
case TZSP_HDR_PAD:
- length = 0;
break;
case TZSP_HDR_END: