diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index d2e4dc271bf5..d06ca890f0aa 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -92,7 +92,6 @@ void sysctl_register_oid(struct sysctl_oid *oidp) struct sysctl_oid_list *parent = oidp->oid_parent; struct sysctl_oid *p; struct sysctl_oid *q; - int n; /* * First check if another oid with the same name already