Remove a prototype for the non-existent prelist_del().

MFC after:	1 week
This commit is contained in:
markj 2016-02-17 23:53:24 +00:00
parent 8e9d8933b8
commit 7f716b8a59

View File

@ -441,7 +441,6 @@ void nd6_dad_stop(struct ifaddr *);
/* nd6_rtr.c */
void nd6_rs_input(struct mbuf *, int, int);
void nd6_ra_input(struct mbuf *, int, int);
void prelist_del(struct nd_prefix *);
void defrouter_reset(void);
void defrouter_select(void);
void defrtrlist_del(struct nd_defrouter *);