summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-22 21:38:30 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-22 21:38:30 (GMT)
commit4fb2ac107092671fe27fc3ebf9fc86dff7c3ec19 (patch)
tree92cf5860302b4ba485c85fef3062f1179a978560 /plugins
parent0f73369ad9cd15cb17ae44aadfc035cb12778b93 (diff)
Reorganized the global variables for the work queue singleton.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/pychrysa/pychrysa.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/pychrysa/pychrysa.c b/plugins/pychrysa/pychrysa.c
index bcd2284..f4cfe90 100644
--- a/plugins/pychrysa/pychrysa.c
+++ b/plugins/pychrysa/pychrysa.c
@@ -392,14 +392,6 @@ PyMODINIT_FUNC PyInit_pychrysalide(void)
init_work_queue(NULL/* !! */);
#endif
- /**
- * On évite d'initialiser deux fois...
- */
- if (get_work_queue() == NULL)
- init_work_queue(NULL/* !! */);
-
- ////////////////////////
-