summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/rust/pseudorust.cpp6
1 files changed, 0 insertions, 6 deletions
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);