remove unused stat ancient.skipped_shrink (#28749)
This commit is contained in:
parent
99565570b8
commit
0bc66c82aa
|
@ -2076,11 +2076,6 @@ impl ShrinkAncientStats {
|
|||
self.shrink_stats.bytes_written.swap(0, Ordering::Relaxed) as i64,
|
||||
i64
|
||||
),
|
||||
(
|
||||
"skipped_shrink",
|
||||
self.shrink_stats.skipped_shrink.swap(0, Ordering::Relaxed) as i64,
|
||||
i64
|
||||
),
|
||||
(
|
||||
"alive_accounts",
|
||||
self.shrink_stats.alive_accounts.swap(0, Ordering::Relaxed) as i64,
|
||||
|
|
Loading…
Reference in New Issue