Remove an unused variable.

Approved by:	bz (mentor)
This commit is contained in:
Shteryana Shopova 2006-12-20 21:31:28 +00:00
parent 9caab7a262
commit 42910bde6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165415

View File

@ -668,7 +668,6 @@ int
op_dot1d_stp(struct snmp_context *ctx, struct snmp_value *val, uint sub,
uint iidx __unused, enum snmp_op op)
{
int ret;
struct bridge_if *bif;
if ((bif = bridge_get_default()) == NULL)