From 60696a848535f375cd69017de797b180351db41b Mon Sep 17 00:00:00 2001 From: goldsimon Date: Thu, 21 Jan 2010 17:18:15 +0000 Subject: [PATCH] Removed unused function declaration for netbuf_len (is a macro now) --- src/include/lwip/netbuf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/lwip/netbuf.h b/src/include/lwip/netbuf.h index 0dfb367a..f67a8c1d 100644 --- a/src/include/lwip/netbuf.h +++ b/src/include/lwip/netbuf.h @@ -60,7 +60,6 @@ err_t netbuf_ref (struct netbuf *buf, void netbuf_chain (struct netbuf *head, struct netbuf *tail); -u16_t netbuf_len (struct netbuf *buf); err_t netbuf_data (struct netbuf *buf, void **dataptr, u16_t *len); s8_t netbuf_next (struct netbuf *buf);