Skip to content

Commit 9675924

Browse files
committed
addressed some warning
1 parent d2fa00b commit 9675924

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

program/rust/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ use crate::log::{post_log, pre_log};
88
use solana_program::entrypoint::deserialize;
99
use borsh::{BorshDeserialize, BorshSerialize};
1010
use solana_program::entrypoint::deserialize;
11-
use solana_program::pubkey::Pubkey;
12-
use solana_program::sysvar::slot_history::AccountInfo;
1311

1412

1513
//Below is a high lever description of the rust/c setup.

0 commit comments

Comments
 (0)