From 8d916b857390bdd2056fc6e1557a17fc2d3c3ed3 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Sun, 22 Feb 2015 16:57:57 +0100 Subject: [PATCH] PPP, PPPoS, removed unused next field in pppos_pcb Linked list was removed, we don't need the next pointer anymore. --- src/include/netif/ppp/pppos.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/netif/ppp/pppos.h b/src/include/netif/ppp/pppos.h index 26fd2578..da884503 100644 --- a/src/include/netif/ppp/pppos.h +++ b/src/include/netif/ppp/pppos.h @@ -66,7 +66,6 @@ typedef u_char ext_accm[32]; typedef struct pppos_pcb_s pppos_pcb; struct pppos_pcb_s { /* -- below are data that will NOT be cleared between two sessions */ - pppos_pcb *next; ppp_pcb *ppp; /* PPP PCB */ sio_fd_t fd; /* File device ID of port. */