stat: remove unnecessary bool parameter to sum_thread_stats()
[fio.git] / client.c
index 8b230617f79bd0dbab6853e9388a1e7fa8f700ce..be8411d8232f4c547e04b246209beff433ba9efa 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1111,7 +1111,7 @@ static void handle_ts(struct fio_client *client, struct fio_net_cmd *cmd)
        if (sum_stat_clients <= 1)
                return;
 
-       sum_thread_stats(&client_ts, &p->ts, sum_stat_nr == 1);
+       sum_thread_stats(&client_ts, &p->ts);
        sum_group_stats(&client_gs, &p->rs);
 
        client_ts.members++;