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

MFC after:	1 week
This commit is contained in:
Mark Johnston 2016-02-17 23:53:24 +00:00
parent 7b0c04c29c
commit 19fa242679

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 *);