bgpd: remove apis from bgp_route.h

Remove a couple of apis that don't exist.

Signed-off-by: Mark Stapp <mjs@cisco.com>
This commit is contained in:
Mark Stapp 2024-10-01 09:23:26 -04:00 committed by Donald Sharp
parent 6a5962e1f8
commit 020245befd

View file

@ -934,9 +934,6 @@ extern bool subgroup_announce_check(struct bgp_dest *dest,
const struct prefix *p, struct attr *attr,
struct attr *post_attr);
extern void bgp_peer_clear_node_queue_drain_immediate(struct peer *peer);
extern void bgp_process_queues_drain_immediate(void);
/* for encap/vpn */
extern struct bgp_dest *bgp_safi_node_lookup(struct bgp_table *table,
safi_t safi,