Disabled pbuf_dechain() as it not currently in use.

This commit is contained in:
likewise 2003-04-14 12:17:08 +00:00
parent f9538c9395
commit dc1ac6107f

View File

@ -103,8 +103,9 @@ void pbuf_ref_chain(struct pbuf *p);
u8_t pbuf_free(struct pbuf *p);
u8_t pbuf_clen(struct pbuf *p);
void pbuf_chain(struct pbuf *h, struct pbuf *t);
struct pbuf *pbuf_dechain(struct pbuf *p);
struct pbuf *pbuf_take(struct pbuf *f);
#if 0 /* see remark in code */
struct pbuf *pbuf_dechain(struct pbuf *p);
#endif
#endif /* __LWIP_PBUF_H__ */