Removes native loader entrypoints from the SDK and thus from the public interface. (#21185)

This commit is contained in:
Alexander Meißner
2021-11-05 12:49:04 +01:00
committed by GitHub
parent ed5614cbde
commit 6704fa011f
4 changed files with 26 additions and 179 deletions

View File

@@ -20,7 +20,6 @@ pub mod deserialize_utils;
pub mod ed25519_instruction;
pub mod entrypoint;
pub mod entrypoint_deprecated;
pub mod entrypoint_native;
pub mod epoch_info;
pub mod exit;
pub mod feature;