From ba282a42855ab2def22b5915e03ba91d47693867 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Sat, 11 Oct 2025 17:45:42 -0400 Subject: Fix demo ifdefs --- lang/rust/pseudorust.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lang') diff --git a/lang/rust/pseudorust.cpp b/lang/rust/pseudorust.cpp index 12f58bc1..7dfe0aaf 100644 --- a/lang/rust/pseudorust.cpp +++ b/lang/rust/pseudorust.cpp @@ -2923,17 +2923,11 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION BINARYNINJAPLUGIN void CorePluginDependencies() { } -#endif -#ifdef DEMO_VERSION - bool PseudoCPluginInit() -#else BINARYNINJAPLUGIN bool CorePluginInit() -#endif { LanguageRepresentationFunctionType* type = new PseudoRustFunctionType(); LanguageRepresentationFunctionType::Register(type); -- cgit v1.3.1