Skip to content

Commit

Permalink
kernel: Remove obsolete _mailbox field
Browse files Browse the repository at this point in the history
Removes the _mailbox from the k_mbox_msg structure. This field
is not used and only existed for legacy API support while Zephyr
was transitioning from the split microkernel/nanokernel to the
current unified kernel design.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
  • Loading branch information
peter-mitsis authored and cfriedt committed Dec 18, 2023
1 parent 94829f4 commit ee977de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/zephyr/kernel.h
Expand Up @@ -4685,8 +4685,6 @@ static inline uint32_t z_impl_k_msgq_num_used_get(struct k_msgq *msgq)
*
*/
struct k_mbox_msg {
/** internal use only - needed for legacy API support */
uint32_t _mailbox;
/** size of message (in bytes) */
size_t size;
/** application-defined information value */
Expand Down

0 comments on commit ee977de

Please sign in to comment.