diff --git a/program/Cargo.toml b/program/Cargo.toml index d42d708..70af79c 100644 --- a/program/Cargo.toml +++ b/program/Cargo.toml @@ -15,7 +15,6 @@ crate-type = ["cdylib", "lib"] name = "ore" [features] -no-entrypoint = [] default = [] [dependencies] diff --git a/program/src/lib.rs b/program/src/lib.rs index d732b09..0bb046f 100644 --- a/program/src/lib.rs +++ b/program/src/lib.rs @@ -24,7 +24,6 @@ use solana_program::{ pubkey::Pubkey, }; -#[cfg(not(feature = "no-entrypoint"))] solana_program::entrypoint!(process_instruction); pub fn process_instruction(