Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Remove solana-sdk export and only export from solana-program
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Dec 7, 2023
1 parent 58ad144 commit 2bce424
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions programs/address-lookup-table/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,6 @@
#[cfg(not(target_os = "solana"))]
pub mod processor;

#[cfg(not(target_os = "solana"))]
#[deprecated(
since = "1.17.0",
note = "Please use `solana_sdk::address_lookup_table` instead"
)]
pub use solana_sdk::address_lookup_table::{
error, instruction,
program::{check_id, id, ID},
state,
};

#[cfg(target_os = "solana")]
#[deprecated(
since = "1.17.0",
note = "Please use `solana_program::address_lookup_table` instead"
Expand Down

0 comments on commit 2bce424

Please sign in to comment.