diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-10 00:22:01 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-10 00:22:01 +0100 |
commit | e52c1925043d33f220a050640ad681317e21338d (patch) | |
tree | 3ea5b32324b4fe96e11f46f64f7f9b524a83ca9e /bgpd/bgp_debug.h | |
parent | Merge pull request #3760 from patrasar/RP_configure_inconsistent_addr_mask (diff) | |
download | frr-e52c1925043d33f220a050640ad681317e21338d.tar.xz frr-e52c1925043d33f220a050640ad681317e21338d.zip |
bgpd: Remove unused bgp_debug_count function
This function was not used anywhere, remove it from the system.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_debug.h')
-rw-r--r-- | bgpd/bgp_debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_debug.h b/bgpd/bgp_debug.h index d5d8fbb50..e05da3764 100644 --- a/bgpd/bgp_debug.h +++ b/bgpd/bgp_debug.h @@ -168,7 +168,6 @@ extern int bgp_debug_update(struct peer *peer, struct prefix *p, extern int bgp_debug_bestpath(struct prefix *p); extern int bgp_debug_zebra(struct prefix *p); -extern int bgp_debug_count(void); extern const char *bgp_debug_rdpfxpath2str(afi_t, safi_t, struct prefix_rd *, union prefixconstptr, mpls_label_t *, uint32_t, int, uint32_t, char *, |