aboutsummaryrefslogtreecommitdiff
path: root/kern/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sched.h')
-rw-r--r--kern/sched.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/kern/sched.h b/kern/sched.h
index 8a4ec75b..588e0aa6 100644
--- a/kern/sched.h
+++ b/kern/sched.h
@@ -166,13 +166,4 @@ MACRO_BEGIN \
(thread)->processor_set->sched_load; \
MACRO_END
-#if SIMPLE_CLOCK
-/*
- * sched_usec is an exponential average of number of microseconds
- * in a second for clock drift compensation.
- */
-
-extern int sched_usec;
-#endif /* SIMPLE_CLOCK */
-
#endif /* _KERN_SCHED_H_ */