From 3ee0c3646bae990503969b78d55d6523d1498565 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 4 Feb 2009 15:52:55 +0000 Subject: [PATCH] Eliminate pppintr (Unused). --- cpukit/libnetworking/net/if_ppp.c | 8 -------- 1 file changed, 8 deletions(-) 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,