Skip to content

Commit

Permalink
Remove deprecated programs/alt re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Jul 2, 2024
1 parent 36eefc2 commit 5432a7f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions programs/address-lookup-table/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,3 @@

#[cfg(not(target_os = "solana"))]
pub mod processor;

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

0 comments on commit 5432a7f

Please sign in to comment.