mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
PPP, PPPoS, struct pbuf *n and u8_t *cur are now unused, removed
This commit is contained in:
parent
d06a736f41
commit
c893b44da2
@ -485,8 +485,7 @@ pppos_destroy(ppp_pcb *ppp, void *ctx)
|
||||
err_t
|
||||
pppos_input_tcpip(ppp_pcb *ppp, u8_t *s, int l)
|
||||
{
|
||||
struct pbuf *p, *n;
|
||||
u8_t *cur;
|
||||
struct pbuf *p;
|
||||
err_t err;
|
||||
|
||||
p = pbuf_alloc(PBUF_RAW, l, PBUF_POOL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user