summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2004-01-25 08:58:14 +0000
committerjeff <jeff@FreeBSD.org>2004-01-25 08:58:14 +0000
commitf8b56ef20da89cbc5e4a97bfb84939919aea94f0 (patch)
treecb55107437d31128655aba824df4fdd80de79159 /sys/kern
parentd4f923e4ac3885f209ee499e4288b4ca826f2eb9 (diff)
downloadFreeBSD-src-f8b56ef20da89cbc5e4a97bfb84939919aea94f0.zip
FreeBSD-src-f8b56ef20da89cbc5e4a97bfb84939919aea94f0.tar.gz
- sched_strict has been dead for a long time now. Get rid of it.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/sched_ule.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c
index 5b48d42..0359f0f 100644
--- a/sys/kern/sched_ule.c
+++ b/sys/kern/sched_ule.c
@@ -65,9 +65,6 @@ SYSINIT(sched_setup, SI_SUB_RUN_QUEUE, SI_ORDER_FIRST, sched_setup, NULL)
static SYSCTL_NODE(_kern, OID_AUTO, sched, CTLFLAG_RW, 0, "SCHED");
-static int sched_strict;
-SYSCTL_INT(_kern_sched, OID_AUTO, strict, CTLFLAG_RD, &sched_strict, 0, "");
-
static int slice_min = 1;
SYSCTL_INT(_kern_sched, OID_AUTO, slice_min, CTLFLAG_RW, &slice_min, 0, "");
OpenPOWER on IntegriCloud