Skip to content

Commit

Permalink
Remove another uses...
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Feb 10, 2020
1 parent 0e3ace3 commit 3de566c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion core/src/snapshot_packager_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ mod tests {
use solana_runtime::{
accounts_db::AccountStorageEntry, bank::BankSlotDelta, bank::MAX_SNAPSHOT_DATA_FILE_SIZE,
};
use solana_sdk::transaction;
use std::{
fs::{self, remove_dir_all, OpenOptions},
io::Write,
Expand Down
1 change: 0 additions & 1 deletion core/tests/bank_forks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ mod tests {
hash::hashv,
pubkey::Pubkey,
signature::{Keypair, KeypairUtil},
system_transaction, transaction,
};
use std::{fs, path::PathBuf, sync::atomic::AtomicBool, sync::mpsc::channel, sync::Arc};
use tempfile::TempDir;
Expand Down

0 comments on commit 3de566c

Please sign in to comment.