clock: remove unused z_ms_to_ticks

z_ms_to_ticks is not being used anywhere.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-03-13 08:23:57 -05:00
commit c5d6bdb404

View file

@ -155,9 +155,6 @@ extern void z_enable_sys_clock(void);
#endif
#define z_ms_to_ticks(t) \
((int32_t)k_ms_to_ticks_ceil32((uint32_t)(t)))
/* added tick needed to account for tick in progress */
#define _TICK_ALIGN 1