aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-18 06:40:10 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-18 06:40:10 +0000
commit880ef5343a648ef3b8ff5737ef0b68d9306d3977 (patch)
tree30dbcc5562c5642a4bbaf6b07d92dd337510dc0e /epan
parent27a04a525518e797602d93708b515c6bddd637f1 (diff)
Get rid of a no-longer-used variable.
svn path=/trunk/; revision=15400
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-sflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sflow.c b/epan/dissectors/packet-sflow.c
index e755192380..7f0af99e87 100644
--- a/epan/dissectors/packet-sflow.c
+++ b/epan/dissectors/packet-sflow.c
@@ -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;