libCom: drop CLOCK_MONOTONIC_RAW

Turns out this is ~10x slower to query than CLOCK_MONOTONIC
This commit is contained in:
Michael Davidsaver
2019-03-25 14:07:58 -07:00
parent bad8b25e4e
commit 597393a8ee

View File

@@ -18,9 +18,6 @@ void osdMonotonicInit(void)
{
unsigned i;
clockid_t ids[] = {
#ifdef CLOCK_MONOTONIC_RAW
CLOCK_MONOTONIC_RAW, /* Linux specific */
#endif
#ifdef CLOCK_HIGHRES
CLOCK_HIGHRES, /* solaris specific */
#endif