File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -392,8 +392,6 @@ Z_GENLIST_APPEND(sflist, sfnode)
392
392
* the pointer to the next node as the first element of a node, to @a list.
393
393
* This and other sys_sflist_*() functions are not thread safe.
394
394
*
395
- * FIXME: Why are the element parameters void *?
396
- *
397
395
* @param list A pointer on the list to affect
398
396
* @param head A pointer to the first element of the list to append
399
397
* @param tail A pointer to the last element of the list to append
Original file line number Diff line number Diff line change @@ -324,8 +324,6 @@ Z_GENLIST_APPEND(slist, snode)
324
324
* the pointer to the next node as the first element of a node, to @a list.
325
325
* This and other sys_slist_*() functions are not thread safe.
326
326
*
327
- * FIXME: Why are the element parameters void *?
328
- *
329
327
* @param list A pointer on the list to affect
330
328
* @param head A pointer to the first element of the list to append
331
329
* @param tail A pointer to the last element of the list to append
You can’t perform that action at this time.
0 commit comments