summaryrefslogtreecommitdiff
path: root/crawler.c
diff options
context:
space:
mode:
Diffstat (limited to 'crawler.c')
-rw-r--r--crawler.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawler.c b/crawler.c
index eaaf9a5..ba0daa5 100644
--- a/crawler.c
+++ b/crawler.c
@@ -696,11 +696,6 @@ int init_lru_crawler(void *arg) {
#ifdef EXTSTORE
storage = arg;
#endif
- if (pthread_cond_init(&lru_crawler_cond, NULL) != 0) {
- fprintf(stderr, "Can't initialize lru crawler condition\n");
- return -1;
- }
- pthread_mutex_init(&lru_crawler_lock, NULL);
active_crawler_mod.c.c = NULL;
active_crawler_mod.mod = NULL;
active_crawler_mod.data = NULL;