Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 9, 2024
1 parent 24cd43a commit 0f65ab8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sdk/program/src/syscalls/definitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ pub use solana_pubkey::syscalls::{
note = "Use `solana_secp256k1_recover::sol_secp256k1_recover` instead"
)]
pub use solana_secp256k1_recover::sol_secp256k1_recover;
use {
crate::{
instruction::{AccountMeta, ProcessedSiblingInstruction},
pubkey::Pubkey,
},
solana_define_syscall::define_syscall,
};
use {crate::pubkey::Pubkey, solana_define_syscall::define_syscall};
define_syscall!(fn sol_log_64_(arg1: u64, arg2: u64, arg3: u64, arg4: u64, arg5: u64));
define_syscall!(fn sol_log_compute_units_());
define_syscall!(fn sol_keccak256(vals: *const u8, val_len: u64, hash_result: *mut u8) -> u64);
Expand Down

0 comments on commit 0f65ab8

Please sign in to comment.