summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-06 01:50:57 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-06 01:50:57 +0000
commit5b1a4c6cc9cb6cf800037c20556b3870fe507d5e (patch)
tree112c17f20b3cba9dd814f8e2c5197f2ab679fedf /sys
parent481d753886a5e430bf03c6e33ddf680c48c13389 (diff)
remove unused sched_cost_load variable
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_sched.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_sched.c b/sys/kern/kern_sched.c
index 0ee96518332..9aca302233b 100644
--- a/sys/kern/kern_sched.c
+++ b/sys/kern/kern_sched.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_sched.c,v 1.100 2024/07/09 08:44:36 claudio Exp $ */
+/* $OpenBSD: kern_sched.c,v 1.101 2024/10/06 01:50:56 jsg Exp $ */
/*
* Copyright (c) 2007, 2008 Artur Grabowski <art@openbsd.org>
*
@@ -580,7 +580,6 @@ log2(unsigned int i)
* Just total guesstimates for now.
*/
-int sched_cost_load = 1;
int sched_cost_priority = 1;
int sched_cost_runnable = 3;
int sched_cost_resident = 1;