diff options
Diffstat (limited to 'src/libcharon/daemon.h')
-rw-r--r-- | src/libcharon/daemon.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libcharon/daemon.h b/src/libcharon/daemon.h index 38f0256e7..30d37544c 100644 --- a/src/libcharon/daemon.h +++ b/src/libcharon/daemon.h @@ -141,7 +141,6 @@ typedef struct daemon_t daemon_t; #include <network/receiver.h> #include <network/socket_manager.h> #include <processing/scheduler.h> -#include <processing/processor.h> #include <kernel/kernel_interface.h> #include <control/controller.h> #include <bus/bus.h> @@ -214,11 +213,6 @@ struct daemon_t { scheduler_t *scheduler; /** - * Job processing using a thread pool. - */ - processor_t *processor; - - /** * The signaling bus. */ bus_t *bus; |