PPP, removed unnecessary ethif from ppp_pcb

This commit is contained in:
Sylvain Rochet
2012-09-01 15:05:21 +02:00
parent dbaefd6126
commit fbbde125d9
2 changed files with 9 additions and 12 deletions

View File

@@ -300,7 +300,6 @@ struct ppp_pcb_s {
sio_fd_t fd; /* File device ID of port. */
#endif /* PPPOS_SUPPORT */
#if PPPOE_SUPPORT
struct netif *ethif;
struct pppoe_softc *pppoe_sc;
#endif /* PPPOE_SUPPORT */
#if PPPOL2TP_SUPPORT