summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/core/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/core/module.c')
-rw-r--r--plugins/pychrysalide/core/module.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/pychrysalide/core/module.c b/plugins/pychrysalide/core/module.c
index 846e961..b588057 100644
--- a/plugins/pychrysalide/core/module.c
+++ b/plugins/pychrysalide/core/module.c
@@ -28,12 +28,12 @@
#include <assert.h>
-#include "demanglers.h"
-#include "global.h"
+//#include "demanglers.h"
+//#include "global.h"
#include "logs.h"
-#include "params.h"
-#include "processors.h"
-#include "queue.h"
+//#include "params.h"
+//#include "processors.h"
+//#include "queue.h"
#include "../helpers.h"
@@ -102,12 +102,12 @@ bool populate_core_module(void)
result = true;
- if (result) result = populate_core_module_with_demanglers();
- if (result) result = populate_core_module_with_global();
+ //if (result) result = populate_core_module_with_demanglers();
+ //if (result) result = populate_core_module_with_global();
if (result) result = populate_core_module_with_logs();
- if (result) result = populate_core_module_with_params();
- if (result) result = populate_core_module_with_processors();
- if (result) result = populate_core_module_with_queue();
+ //if (result) result = populate_core_module_with_params();
+ //if (result) result = populate_core_module_with_processors();
+ //if (result) result = populate_core_module_with_queue();
assert(result);