diff --git a/main.cpp b/main.cpp index d6efc59..f13ae35 100644 --- a/main.cpp +++ b/main.cpp @@ -376,17 +376,6 @@ int main(int argc, char **argv) { db.ResetIgnores(); printf("done\n"); } - pthread_t threadDns, threadSeed, threadDump, threadStats; - printf("Starting seeder..."); - pthread_create(&threadSeed, NULL, ThreadSeeder, NULL); - printf("done\n"); - printf("Starting %i crawler threads...", opts.nThreads); - for (int i=0; i