mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 01:34:58 +08:00
clock_systime_timespec() always returns 0, so there is no need to check the return value in the caller code, let us remove the return value directly. Signed-off-by: chao an <anchao.archer@bytedance.com>