sys: slist/sflist: remove stray FIXME

The FIXME asking a question that is not valid anymore, remove the FIXME.

Fixes #90764

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-06-03 12:35:42 -04:00 committed by Benjamin Cabé
commit 6559c7f554
2 changed files with 0 additions and 4 deletions

View file

@ -392,8 +392,6 @@ Z_GENLIST_APPEND(sflist, sfnode)
* the pointer to the next node as the first element of a node, to @a list.
* This and other sys_sflist_*() functions are not thread safe.
*
* FIXME: Why are the element parameters void *?
*
* @param list A pointer on the list to affect
* @param head A pointer to the first element of the list to append
* @param tail A pointer to the last element of the list to append

View file

@ -324,8 +324,6 @@ Z_GENLIST_APPEND(slist, snode)
* the pointer to the next node as the first element of a node, to @a list.
* This and other sys_slist_*() functions are not thread safe.
*
* FIXME: Why are the element parameters void *?
*
* @param list A pointer on the list to affect
* @param head A pointer to the first element of the list to append
* @param tail A pointer to the last element of the list to append