diff --git a/cpukit/libnetworking/net/if_ppp.c b/cpukit/libnetworking/net/if_ppp.c index 4198b44dbe..47b05bd6ac 100644 --- a/cpukit/libnetworking/net/if_ppp.c +++ b/cpukit/libnetworking/net/if_ppp.c @@ -1292,14 +1292,6 @@ ppp_dequeue(struct ppp_softc *sc) return m; } -/* - * Software interrupt routine, called at splsoftnet. - */ -void -pppintr(void) -{ -} - #ifdef PPP_COMPRESS /* * Handle a CCP packet. `rcvd' is 1 if the packet was received,