From 0003dbf3ba2bbd10e213b1eaff4756e4a2c3d15f Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Fri, 22 Feb 2019 11:56:27 -0800 Subject: [PATCH] remove unnecessary imports --- src/blocktree_processor.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/blocktree_processor.rs b/src/blocktree_processor.rs index 0a3b9cdf4..e9b2a9514 100644 --- a/src/blocktree_processor.rs +++ b/src/blocktree_processor.rs @@ -254,7 +254,6 @@ mod tests { use crate::blocktree::tests::entries_to_blobs; use crate::entry::{create_ticks, next_entry, Entry}; use solana_sdk::genesis_block::GenesisBlock; - use solana_sdk::native_program::ProgramError; use solana_sdk::signature::{Keypair, KeypairUtil}; use solana_sdk::system_transaction::SystemTransaction;