aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authoralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-13 16:33:04 +0000
committeralagoutte <alagoutte@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-13 16:33:04 +0000
commit23f308dc3f578d647039484ef122cd37852ec720 (patch)
treeef68f6475cf76d869487f6fd229d113db0636c32 /asn1
parent44a5099475745f3ba0fcce05aa22e641481ef671 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40468 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/rtse/packet-rtse-template.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/asn1/rtse/packet-rtse-template.c b/asn1/rtse/packet-rtse-template.c
index b68fa3bd18..58fcc1fd59 100644
--- a/asn1/rtse/packet-rtse-template.c
+++ b/asn1/rtse/packet-rtse-template.c
@@ -294,7 +294,6 @@ dissect_rtse(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
dissect_unknown_ber(pinfo, tvb, offset, next_tree);
}
- offset = tvb_length(tvb);
break;
}
}