From 9aae444f49536adf03af1dbecf18014d04dd5252 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Sat, 30 Jan 2021 22:08:36 +0100 Subject: [PATCH] pbuf_free: remove outdated comment about packet queues See bug #59875 --- src/core/pbuf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/pbuf.c b/src/core/pbuf.c index 7b3f176d..7dda199f 100644 --- a/src/core/pbuf.c +++ b/src/core/pbuf.c @@ -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). *