CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/08 12:09:53
Modified files:
sys/kern : kern_timeout.c
sys/sys : timeout.h
Log message:
timeout(9): remove unused, undocumented timeout_in_nsec() interface
The kernel is not quite ready for timeout_in_nsec(). Remove it and
kclock_nanotime(). Both are unused.
Prompted by jsg@.
ok kn@
