Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 30, 2023
1 parent b2a9191 commit 71be4d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/src/drop_bank_service.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
use {
crossbeam_channel::Receiver,
solana_measure::measure::Measure,
std::{
thread::{self, Builder, JoinHandle},
},
solana_runtime::installed_scheduler_pool::BankWithScheduler,
std::thread::{self, Builder, JoinHandle},
};
use solana_runtime::installed_scheduler_pool::BankWithScheduler;

pub struct DropBankService {
thread_hdl: JoinHandle<()>,
Expand Down

0 comments on commit 71be4d6

Please sign in to comment.