Eliminate pppintr (Unused).

This commit is contained in:
Ralf Corsepius
2009-02-04 15:47:09 +00:00
parent dba24c39a6
commit a02cdc860d

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,