aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xot.c
diff options
context:
space:
mode:
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-13 16:33:40 +0000
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-13 16:33:40 +0000
commit183761d54a750ad72dca104fb6ddc2014260cbf2 (patch)
treeba0c555e5dc73e0d9ad42d088da4e638bbd1d1a3 /epan/dissectors/packet-xot.c
parent23f308dc3f578d647039484ef122cd37852ec720 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40469 f5534014-38df-0310-8fa8-9805f1628bb7
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)