Merge branch 'gfio' of ssh://brick.kernel.dk/data/git/fio into gfio
[fio.git] / init.c
diff --git a/init.c b/init.c
index 7bddcea4b88bcd217e343267a45c4e0f1c7a7a26..261e02e1fb673ee8db30e0b7eff34843dda03a67 100644 (file)
--- a/init.c
+++ b/init.c
@@ -775,11 +775,6 @@ static int add_job(struct thread_data *td, const char *jobname, int job_add_num,
        if (ioengine_load(td))
                goto err;
 
-       if (td->o.use_thread)
-               nr_thread++;
-       else
-               nr_process++;
-
        if (td->o.odirect)
                td->io_ops->flags |= FIO_RAWIO;