From 6980a6df681051ddd6cf665906d017075d1a7826 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Sun, 25 Aug 2024 11:58:54 +0000 Subject: [PATCH] remove noentrypoint feature --- program/Cargo.toml | 1 - program/src/lib.rs | 1 - 2 files changed, 2 deletions(-) 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(