Remove an unused variable.

Approved by:	bz (mentor)
This commit is contained in:
syrinx 2006-12-20 21:31:28 +00:00
parent abc0e2cde9
commit ce61d899be

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)