From bdb3b9b9593260b5224a4de09fdb46d8748eb2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Wed, 24 Sep 2014 00:19:00 +0200 Subject: Identified a hot-spot --- ponymap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ponymap.c') diff --git a/ponymap.c b/ponymap.c index 19c6121..303654a 100644 --- a/ponymap.c +++ b/ponymap.c @@ -2038,8 +2038,6 @@ main (int argc, char *argv[]) merge_ip_ranges (&ctx); // Initate the scan: generate as many units as possible - // FIXME: this appears to be quite slow: either make it run faster, - // or limit the number of units spawned at a time generator_init (&ctx); while (generator_step (&ctx)) ; -- cgit v1.2.3