aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dsp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-07-30 23:47:36 +0000
committerGerald Combs <gerald@wireshark.org>2009-07-30 23:47:36 +0000
commit9a35ed601d03b23efa2d54f6a02de98c18ef3f39 (patch)
tree858ea262eaf83823af893f9b1045930797181c8d /asn1/dsp
parentdb0698fd0acc7e5309207f4604edf2e4508c99a9 (diff)
Remove more unused variables.
svn path=/trunk/; revision=29249
Diffstat (limited to 'asn1/dsp')
-rw-r--r--asn1/dsp/packet-dsp-template.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/asn1/dsp/packet-dsp-template.c b/asn1/dsp/packet-dsp-template.c
index aeb5d3c86a..cd24dab845 100644
--- a/asn1/dsp/packet-dsp-template.c
+++ b/asn1/dsp/packet-dsp-template.c
@@ -263,7 +263,6 @@ dissect_dsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
offset=(*dsp_dissector)(FALSE, tvb, offset, &asn1_ctx, tree, -1);
if(offset == old_offset){
proto_tree_add_text(tree, tvb, offset, -1,"Internal error, zero-byte DSP PDU");
- offset = tvb_length(tvb);
break;
}
}