Get rid of a no-longer-used variable.

svn path=/trunk/; revision=15400
This commit is contained in:
Guy Harris 2005-08-18 06:40:10 +00:00
parent 27a04a5255
commit 880ef5343a
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ static gint
dissect_sflow_extended_router(tvbuff_t *tvb, proto_tree *tree, gint offset)
{
gint32 len = 0;
guint32 address_type, mask_bits;
guint32 address_type;
address_type = tvb_get_ntohl(tvb, offset);
len += 4;