diff options
| -rw-r--r-- | bgpd/bgpd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index 7d81579009..c1d67bc898 100644 --- a/bgpd/bgpd.h +++ b/bgpd/bgpd.h @@ -1120,9 +1120,6 @@ struct peer { /* timestamp when the last msg was written */ _Atomic time_t last_update; - /* Send prefix count. */ - unsigned long scount[AFI_MAX][SAFI_MAX]; - /* Notify data. */ struct bgp_notify notify; |
