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:
parent
c5d1e8e220
commit
6559c7f554
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue