Skip to content

Commit

Permalink
remove unused token_2022 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargavamacha committed Apr 9, 2024
1 parent 0954b7b commit ab16094
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spl/src/token_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ impl anchor_lang::Ids for TokenInterface {
}
}

#[cfg(any(feature = "token_2022", feature = "token_2022_extensions"))]
pub use crate::token_2022::*;

#[cfg(feature = "token_2022_extensions")]
pub use crate::token_2022_extensions::*;

Expand Down

0 comments on commit ab16094

Please sign in to comment.