aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xot.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-01-13 16:33:40 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-01-13 16:33:40 +0000
commit8b22a262e09e79418b6016569ce9144718d84dee (patch)
treeba0c555e5dc73e0d9ad42d088da4e638bbd1d1a3 /epan/dissectors/packet-xot.c
parentbd931901a05be789082f22edbcafc98b57ec6c47 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=40469
Diffstat (limited to 'epan/dissectors/packet-xot.c')
-rw-r--r--epan/dissectors/packet-xot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-xot.c b/epan/dissectors/packet-xot.c
index 600aec1be3..66a157db19 100644
--- a/epan/dissectors/packet-xot.c
+++ b/epan/dissectors/packet-xot.c
@@ -274,7 +274,6 @@ static void dissect_xot_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
call_dissector(x25_handle, next_tvb, pinfo, tree);
}
}
- offset += plen;
}
static void dissect_xot_mult(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)