Eliminate pppattach, pppintr (Unused).

This commit is contained in:
Ralf Corsepius
2009-02-04 15:52:41 +00:00
parent 9ae7cd5237
commit 7d365f6f5c

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_ */