removed unused function

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14446 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-05-30 12:44:22 +00:00
parent 4e7c68d45f
commit a9f99bf119
1 changed files with 0 additions and 13 deletions

View File

@ -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.