Eliminate pppattach, pppintr (Unused).

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

View File

@@ -138,8 +138,4 @@ struct ifpppcstatsreq {
#define ifr_mtu ifr_ifru.ifru_metric
#endif
#if (defined(_KERNEL) || defined(_KERNEL)) && !defined(NeXT)
void pppattach(void);
void pppintr(void);
#endif
#endif /* _IF_PPP_H_ */