remove unused stat ancient.skipped_shrink (#28749)

This commit is contained in:
Jeff Washington (jwash) 2022-11-05 08:09:19 -07:00 committed by GitHub
parent 99565570b8
commit 0bc66c82aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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,