remove noentrypoint feature

This commit is contained in:
Hardhat Chad
2024-08-25 11:58:54 +00:00
parent d164241c40
commit 6980a6df68
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ crate-type = ["cdylib", "lib"]
name = "ore"
[features]
no-entrypoint = []
default = []
[dependencies]

View File

@@ -24,7 +24,6 @@ use solana_program::{
pubkey::Pubkey,
};
#[cfg(not(feature = "no-entrypoint"))]
solana_program::entrypoint!(process_instruction);
pub fn process_instruction(