Skip to content

Commit

Permalink
remove unused stat ancient.skipped_shrink (solana-labs#28749)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwashington authored Nov 5, 2022
1 parent 9956557 commit 0bc66c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions runtime/src/accounts_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0bc66c8

Please sign in to comment.