- fixed thread pool removal

This commit is contained in:
Martin Willi
2005-12-07 16:04:50 +00:00
parent c3903a1861
commit 0e50bde37b
2 changed files with 0 additions and 11 deletions
-6
View File
@@ -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>
@@ -151,11 +150,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.
*