Skip to content

Commit ad64362

Browse files
committed
Fix rebase
1 parent e5c59ad commit ad64362

File tree

4 files changed

+1
-50
lines changed

4 files changed

+1
-50
lines changed

Cargo.lock

Lines changed: 1 addition & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/pinocchio/src/entrypoint/lazy.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ use crate::{
77
error::ProgramError,
88
Address, BPF_ALIGN_OF_U128,
99
};
10-
use solana_address::Address;
11-
12-
use crate::{program_error::ProgramError, BPF_ALIGN_OF_U128, NON_DUP_MARKER};
1310

1411
/// Declare the lazy program entrypoint.
1512
///

sdk/pinocchio/src/entrypoint/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ use crate::{
2121
account::{Account, AccountView, MAX_PERMITTED_DATA_INCREASE},
2222
Address, BPF_ALIGN_OF_U128, MAX_TX_ACCOUNTS,
2323
};
24-
use solana_address::Address;
25-
26-
use crate::{BPF_ALIGN_OF_U128, NON_DUP_MARKER};
2724

2825
/// Start address of the memory region used for program heap.
2926
pub const HEAP_START_ADDRESS: u64 = 0x300000000;

sdk/pinocchio/src/sysvars/rent.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ use crate::{
1010
sysvars::Sysvar,
1111
Address,
1212
};
13-
use solana_address::Address;
1413

1514
/// The ID of the rent sysvar.
1615
pub const RENT_ID: Address = Address::new_from_array([

0 commit comments

Comments
 (0)