Remove workaround of old Rust-BPF (#7422)

This commit is contained in:
Jack May 2019-12-10 23:19:13 -08:00 committed by GitHub
parent 9e2ce1751b
commit 7f6fc74c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -19,6 +19,7 @@ pub mod native_token;
pub mod nonce_instruction;
pub mod nonce_program;
pub mod nonce_state;
pub mod packet;
pub mod poh_config;
pub mod pubkey;
pub mod rent;
@ -68,8 +69,6 @@ pub mod commitment_config;
#[cfg(not(feature = "program"))]
pub mod genesis_config;
#[cfg(not(feature = "program"))]
pub mod packet;
#[cfg(not(feature = "program"))]
pub mod signature;
#[cfg(not(feature = "program"))]
pub mod system_transaction;