From a9f99bf1198084a371f9f8ec4cf4232aa5067efc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 30 May 2021 12:44:22 +0000 Subject: [PATCH] removed unused function git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14446 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/rt/src/chvt.c | 13 ------------- 1 file changed, 13 deletions(-) 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.