stat: remove unnecessary bool parameter to sum_thread_stats()
[fio.git] / rate-submit.c
index 13dbe7a2e9ff8f3face1619e750b83018ba222df..752c30a5f171d6f0e541ef79ce9fc5c341195d58 100644 (file)
@@ -195,7 +195,7 @@ static void io_workqueue_exit_worker_fn(struct submit_worker *sw,
        struct thread_data *td = sw->priv;
 
        (*sum_cnt)++;
-       sum_thread_stats(&sw->wq->td->ts, &td->ts, *sum_cnt == 1);
+       sum_thread_stats(&sw->wq->td->ts, &td->ts);
 
        fio_options_free(td);
        close_and_free_files(td);