Skip to content

Commit 346bd75

Browse files
remove todo comment
addresses RIOT-OS#1041 (comment)
1 parent 259acb0 commit 346bd75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/include/queue.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ void queue_priority_add(queue_node_t *root, queue_node_t *new_obj);
8787
* @param[in,out] root the queue's root
8888
* @param[in] new_obj the object to prepend
8989
* @param[in] cmp a comparator function used to determine the priority
90-
*
91-
* @todo clean up: make queue_priority_add use queue_priority_add_generic, and
92-
* adjust queue_node_t accordingly.
93-
* Alternatively remove this function which is unused at the moment anyways.
9490
*/
9591
void queue_priority_add_generic(queue_node_t *root, queue_node_t *new_obj, int(*cmp)(queue_node_t *, queue_node_t *)) ;
9692

0 commit comments

Comments
 (0)