aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tuxedo.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-09 14:18:08 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-09 14:18:08 +0000
commit2ac449ed9d70644075e7ce25c556d9cc3f2407f1 (patch)
treed3940543c46010d409a78bdf20a690a1b23668d7 /epan/dissectors/packet-tuxedo.c
parent04371ab17fb6f59e8ae80e2c095db14a860789ee (diff)
Removed an unused assignment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30888 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-tuxedo.c')
-rw-r--r--epan/dissectors/packet-tuxedo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tuxedo.c b/epan/dissectors/packet-tuxedo.c
index eeb675dc53..45fc84fd38 100644
--- a/epan/dissectors/packet-tuxedo.c
+++ b/epan/dissectors/packet-tuxedo.c
@@ -137,7 +137,7 @@ dissect_tuxedo(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_set_str(pinfo->cinfo, COL_INFO, "Continuation");
if (tree)
{
- ti = proto_tree_add_item(tree, proto_tuxedo, tvb, 0, -1, FALSE);
+ proto_tree_add_item(tree, proto_tuxedo, tvb, 0, -1, FALSE);
}
}
}