aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.c')
-rw-r--r--src/worker.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/worker.c b/src/worker.c
index 263d1eb93..d425a80e3 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -341,8 +341,6 @@ start_worker (struct rspamd_worker *worker, int listen_sock)
worker->srv->pid = getpid ();
worker->srv->type = TYPE_WORKER;
- event_init ();
- g_mime_init (0);
init_signals (&signals, sig_handler);
sigprocmask (SIG_UNBLOCK, &signals.sa_mask, NULL);