timeout(9): remove unused, undocumented timeout_in_nsec() interface
authorcheloha <cheloha@openbsd.org>
Tue, 8 Nov 2022 19:09:53 +0000 (19:09 +0000)
committercheloha <cheloha@openbsd.org>
Tue, 8 Nov 2022 19:09:53 +0000 (19:09 +0000)
commitaf8798d5f1b4b0e87d39c3694c4cbf5630f044e2
treeca5642abbbb7ab9910b8b081584ca05b3ffbedb6
parent63c09bc0e1903e660372823f0e306a65c118ca7c
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@
sys/kern/kern_timeout.c
sys/sys/timeout.h