Skip to content

Commit

Permalink
bgpd: Remove declarations of unused functions
Browse files Browse the repository at this point in the history
Code inspection found some functions being declared
in a .h file but FRR does not have the functions
implemented.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
  • Loading branch information
donaldsharp committed Aug 20, 2019
1 parent 8d3c0d3 commit 7299243
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bgpd/bgp_packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ extern void bgp_notify_send_with_data(struct peer *, uint8_t, uint8_t,
extern void bgp_route_refresh_send(struct peer *, afi_t, safi_t, uint8_t,
uint8_t, int);
extern void bgp_capability_send(struct peer *, afi_t, safi_t, int, int);
extern void bgp_default_update_send(struct peer *, struct attr *, afi_t, safi_t,
struct peer *);
extern void bgp_default_withdraw_send(struct peer *, afi_t, safi_t);

extern int bgp_capability_receive(struct peer *, bgp_size_t);

Expand Down

0 comments on commit 7299243

Please sign in to comment.