Skip to content

Commit

Permalink
kernel: header: remove unused z_queue_node_peek from kernel.h
Browse files Browse the repository at this point in the history
This function is private to the kernel and should not be exposed in a
public header.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Sep 17, 2023
1 parent 8dc2746 commit c4e190f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/zephyr/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -1841,8 +1841,6 @@ struct k_queue {
_POLL_EVENT_OBJ_INIT(obj) \
}

extern void *z_queue_node_peek(sys_sfnode_t *node, bool needs_free);

/**
* INTERNAL_HIDDEN @endcond
*/
Expand Down

0 comments on commit c4e190f

Please sign in to comment.