pbuf_free: remove outdated comment about packet queues

See bug #59875
This commit is contained in:
Simon Goldschmidt 2021-01-30 22:08:36 +01:00
parent 3e098f90df
commit 9aae444f49

View File

@ -705,7 +705,6 @@ pbuf_free_header(struct pbuf *q, u16_t size)
* @return the number of pbufs that were de-allocated
* from the head of the chain.
*
* @note MUST NOT be called on a packet queue (Not verified to work yet).
* @note the reference counter of a pbuf equals the number of pointers
* that refer to the pbuf (or into the pbuf).
*