Skip to content

Commit

Permalink
Remove unused anchor_lang::ToAccountInfo import
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Dec 8, 2023
1 parent 0751bf9 commit d2ab69d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spl/src/shmem.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! CPI API for interacting with the SPL shared memory
//! [program](https://github.com/solana-labs/solana-program-library/tree/master/shared-memory).
use anchor_lang::ToAccountInfo;
use anchor_lang::{context::CpiContext, Accounts};
use solana_program::account_info::AccountInfo;
use solana_program::declare_id;
Expand Down

0 comments on commit d2ab69d

Please sign in to comment.