Get rid of an unused variable.

svn path=/trunk/; revision=13621
This commit is contained in:
Guy Harris 2005-03-06 04:41:00 +00:00
parent b134a48c12
commit a313c47a59
1 changed files with 0 additions and 1 deletions

View File

@ -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;