route: quiet -Wredundant-decls

Remove declaration duplicated in
f5baf8bb12f39d0e8d64508c47eb6c4386ef716d

Reviewed by:	melifaro
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D27790
This commit is contained in:
Ryan Libby 2020-12-27 16:32:27 -08:00
parent 70a567c2c3
commit 833dbf1e22

View File

@ -305,7 +305,6 @@ int nhgrp_get_addition_group(struct rib_head *rnh,
void nhgrp_ref_object(struct nhgrp_object *nhg);
uint32_t nhgrp_get_idx(const struct nhgrp_object *nhg);
void nhgrp_free(struct nhgrp_object *nhg);
uint32_t nhgrp_get_idx(const struct nhgrp_object *nhg);
/* lookup_framework.c */
void fib_grow_rtables(uint32_t new_num_tables);