From 8c8ba688bcc94cdbf77f2a0e5cb52d191673398f Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Fri, 17 Jan 2020 11:02:00 +0200 Subject: [PATCH] bgpd: Remove peer->scount Looks like it's not used anywhere. Signed-off-by: Donatas Abraitis --- bgpd/bgpd.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h index 7d8157900..c1d67bc89 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; -- 2.39.2