Skip to content

Commit

Permalink
remove unused stats (solana-labs#33213)
Browse files Browse the repository at this point in the history
Co-authored-by: HaoranYi <[email protected]>
  • Loading branch information
HaoranYi and HaoranYi authored Sep 11, 2023
1 parent 659fc68 commit cf35799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accounts-db/src/cache_hash_data_stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub struct CacheHashDataStats {
pub create_save_us: AtomicU64,
pub load_us: AtomicU64,
pub read_us: AtomicU64,
pub merge_us: AtomicU64,
pub unused_cache_files: AtomicUsize,
}

Expand Down

0 comments on commit cf35799

Please sign in to comment.