Eliminate pppintr (Unused).

This commit is contained in:
Ralf Corsepius
2009-02-04 15:52:55 +00:00
parent 7d365f6f5c
commit 3ee0c3646b

View File

@@ -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,