diff --git a/src/utils/os_zephyr.c b/src/utils/os_zephyr.c index 387f827e5..198dbaded 100644 --- a/src/utils/os_zephyr.c +++ b/src/utils/os_zephyr.c @@ -8,12 +8,6 @@ #include #include - -/* The clock_gettime() would be found in but - * that will cause conflict with picolib definition. - */ -int clock_gettime(clockid_t clock_id, struct timespec *ts); - #include #include "includes.h"