From f9d9466ff2bc3e6da5bad53df54fbcda85203535 Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Sun, 28 Sep 2025 09:52:42 -0400 Subject: [PATCH] [noup] zephyr: remove stale comment that mentions zepyr/posix/time.h There is no need to declare clock_gettime() manually anymore, and the stale comment that mentions zephyr/posix/time.h should be removed. Signed-off-by: Chris Friedt --- src/utils/os_zephyr.c | 6 ------ 1 file changed, 6 deletions(-) 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"