aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-06 04:41:00 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-06 04:41:00 +0000
commita9b217388f4a9687d251969ae984adcaf1fb5666 (patch)
treefeab0962e568087d231d5862396059fc92d73033 /epan/dissectors/packet-bacapp.c
parentbd9b3a85305e58eb80134e3678beeb589ea8e556 (diff)
Get rid of an unused variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13621 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-bacapp.c')
-rw-r--r--epan/dissectors/packet-bacapp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bacapp.c b/epan/dissectors/packet-bacapp.c
index 624b6914d3..f67cf4f903 100644
--- a/epan/dissectors/packet-bacapp.c
+++ b/epan/dissectors/packet-bacapp.c
@@ -3358,7 +3358,6 @@ static void
dissect_bacapp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
guint8 tmp, bacapp_type;
- tvbuff_t *next_tvb;
tmp = tvb_get_guint8(tvb, 0);
bacapp_type = (tmp >> 4) & 0x0f;