aboutsummaryrefslogtreecommitdiff
path: root/ponymap.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-09-24 00:19:00 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-09-24 00:20:20 +0200
commitbdb3b9b9593260b5224a4de09fdb46d8748eb2ab (patch)
treef75d24d08a27f746db8bdce92e55edb9d1f55ff8 /ponymap.c
parent9df79e36371215811bd752d4cdf5fc8bed578549 (diff)
downloadponymap-bdb3b9b9593260b5224a4de09fdb46d8748eb2ab.tar.gz
ponymap-bdb3b9b9593260b5224a4de09fdb46d8748eb2ab.tar.xz
ponymap-bdb3b9b9593260b5224a4de09fdb46d8748eb2ab.zip
Identified a hot-spot
Diffstat (limited to 'ponymap.c')
-rw-r--r--ponymap.c2
1 files changed, 0 insertions, 2 deletions
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))
;