diff options
Diffstat (limited to 'Source/charon/daemon.h')
-rw-r--r-- | Source/charon/daemon.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/charon/daemon.h b/Source/charon/daemon.h index d97e9b2ef..cbe1ab03d 100644 --- a/Source/charon/daemon.h +++ b/Source/charon/daemon.h @@ -26,7 +26,6 @@ #include <threads/sender.h> #include <threads/receiver.h> #include <threads/scheduler.h> -#include <threads/prime_pool.h> #include <threads/thread_pool.h> #include <network/socket.h> #include <sa/ike_sa_manager.h> @@ -152,11 +151,6 @@ struct daemon_t { thread_pool_t *thread_pool; /** - * Low-priority thread which generates primes. - */ - prime_pool_t *prime_pool; - - /** * @brief Shut down the daemon. * * @param this the daemon to kill |