diff options
author | syrinx <syrinx@FreeBSD.org> | 2006-12-20 21:31:28 +0000 |
---|---|---|
committer | syrinx <syrinx@FreeBSD.org> | 2006-12-20 21:31:28 +0000 |
commit | ce61d899be2e1e223e9a35c93b62cf6a5f605cda (patch) | |
tree | 41cb408cea29aaa01486f3344c95a46f36bfc185 /usr.sbin | |
parent | abc0e2cde9a2a56886bbf0c62be1e65c0a8ec7b6 (diff) | |
download | FreeBSD-src-ce61d899be2e1e223e9a35c93b62cf6a5f605cda.zip FreeBSD-src-ce61d899be2e1e223e9a35c93b62cf6a5f605cda.tar.gz |
Remove an unused variable.
Approved by: bz (mentor)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c b/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c index 8ab594d..950b2f7 100644 --- a/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c +++ b/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c @@ -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) |