diff --git a/include/net/net_pkt.h b/include/net/net_pkt.h index 2c0b46d3e03..9b953cc559b 100644 --- a/include/net/net_pkt.h +++ b/include/net/net_pkt.h @@ -58,9 +58,6 @@ struct net_pkt_cursor { * net_pkt_clone() function. */ struct net_pkt { - /** FIFO uses first 4 bytes itself, reserve space */ - int _reserved; - /** Internal variable that is used when packet is sent */ struct k_work work;