summaryrefslogtreecommitdiff
path: root/bgpd/bgpd.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-07-21 12:41:35 -0400
committerDonald Sharp <sharpd@nvidia.com>2023-07-21 12:41:35 -0400
commitc81d6d4d5fbd551888d9297038fa19eb27ef9d50 (patch)
tree5e496c0d4d65ec1699c53ba3c879453e0b8f90d6 /bgpd/bgpd.h
parentacf4defcd80d7dd84e1fd4ed626e286eba41d848 (diff)
bgpd: Remove peer->sync array
It is never used. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'bgpd/bgpd.h')
-rw-r--r--bgpd/bgpd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h
index 7929204583..a9d77f862f 100644
--- a/bgpd/bgpd.h
+++ b/bgpd/bgpd.h
@@ -1605,8 +1605,6 @@ struct peer {
uint8_t update_delay_over; /* When this is set, BGP is no more waiting
for EOR */
- /* Syncronization list and time. */
- struct bgp_synchronize *sync[AFI_MAX][SAFI_MAX];
time_t synctime;
/* timestamp when the last UPDATE msg was written */
_Atomic time_t last_write;