From fea8c9f26d261bbe6b360ac301175c8ffb02c076 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 29 Jan 2001 13:05:21 +0000 Subject: [PATCH] Remove unused variable 'int n;' --- sys/kern/kern_sysctl.c | 1 - 1 file changed, 1 deletion(-) 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