Skip to content

Commit

Permalink
* Remove unused import after the removal of write_accounts()
Browse files Browse the repository at this point in the history
  • Loading branch information
yhchiang-sol committed Jan 8, 2024
1 parent fc4e879 commit ddd34bc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions accounts-db/src/tiered_storage/hot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ use {
mmap_utils::{get_pod, get_slice},
owners::{OwnerOffset, OwnersBlock},
readable::TieredReadableAccount,
Borrow, ReadableAccount, StorableAccounts, StorableAccountsWithHashesAndWriteVersions,
StoredAccountInfo, TieredStorageError, TieredStorageFormat, TieredStorageResult,
TieredStorageError, TieredStorageFormat, TieredStorageResult,
},
},
bytemuck::{Pod, Zeroable},
Expand Down Expand Up @@ -478,13 +477,7 @@ pub mod tests {
assert_matches::assert_matches,
memoffset::offset_of,
rand::{seq::SliceRandom, Rng},
solana_sdk::{
account::{AccountSharedData, ReadableAccount},
hash::Hash,
pubkey::Pubkey,
slot_history::Slot,
stake_history::Epoch,
},
solana_sdk::{account::ReadableAccount, hash::Hash, pubkey::Pubkey, stake_history::Epoch},
tempfile::TempDir,
};

Expand Down

0 comments on commit ddd34bc

Please sign in to comment.