diff --git a/os/rt/src/chvt.c b/os/rt/src/chvt.c index 188f56e13..c2ca5b0a9 100644 --- a/os/rt/src/chvt.c +++ b/os/rt/src/chvt.c @@ -49,19 +49,6 @@ /*===========================================================================*/ #if (CH_CFG_ST_TIMEDELTA > 0) || defined(__DOXYGEN__) -/** - * @brief Timer check. - * - * @param[in] dlhp pointer to the delta list header - * @param[in] dlp pointer to the delta list element - * - * @notapi - */ -static inline bool is_timer(ch_delta_list_t *dlhp, ch_delta_list_t *dlp) { - - return (bool)(dlp != dlhp); -} - /** * @brief Inserts a timer as first element in a delta list. * @note This is the special case when the delta list is initially empty.