aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v120.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-09 14:10:19 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-09 14:10:19 +0000
commitccc3e2f4d90e1730ee18a0bb31437f195911515e (patch)
tree3dbcfd4f6ead710e7b4e2bb28c4f1f33df82d3b0 /epan/dissectors/packet-v120.c
parentcc229fada3884ccc5c42d9f8d6ad89acc97b7416 (diff)
Removed an unused assignment.
svn path=/trunk/; revision=30883
Diffstat (limited to 'epan/dissectors/packet-v120.c')
-rw-r--r--epan/dissectors/packet-v120.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-v120.c b/epan/dissectors/packet-v120.c
index 5c1b4d27e6..c43422ebd3 100644
--- a/epan/dissectors/packet-v120.c
+++ b/epan/dissectors/packet-v120.c
@@ -114,7 +114,7 @@ dissect_v120(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
col_set_str(pinfo->cinfo, COL_INFO, "Invalid V.120 frame");
if (tree)
- ti = proto_tree_add_protocol_format(tree, proto_v120, tvb, 0, -1,
+ proto_tree_add_protocol_format(tree, proto_v120, tvb, 0, -1,
"Invalid V.120 frame");
return;
}