aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/daemon.h')
-rw-r--r--src/libcharon/daemon.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libcharon/daemon.h b/src/libcharon/daemon.h
index f469a55d1..b7d5d9f77 100644
--- a/src/libcharon/daemon.h
+++ b/src/libcharon/daemon.h
@@ -140,7 +140,6 @@ typedef struct daemon_t daemon_t;
#include <network/sender.h>
#include <network/receiver.h>
#include <network/socket_manager.h>
-#include <processing/scheduler.h>
#include <kernel/kernel_interface.h>
#include <control/controller.h>
#include <bus/bus.h>
@@ -208,11 +207,6 @@ struct daemon_t {
receiver_t *receiver;
/**
- * The Scheduler-Thread.
- */
- scheduler_t *scheduler;
-
- /**
* The signaling bus.
*/
bus_t *bus;