remove unused stats (#33213)

Co-authored-by: HaoranYi <haoran.yi@solana.com>
This commit is contained in:
HaoranYi 2023-09-11 16:03:37 -05:00 committed by GitHub
parent 659fc6837b
commit cf35799b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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