X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=stat.c;h=1effbfe9c5b452c625574a3cce02bd87ccdb074a;hp=c89a7f06e74824f857ddcfd22a0d45e320fa5826;hb=36ed2f9a93a486109a87b2c0306ab69d4f930891;hpb=52e4c65176f2bf7b484b5fc0fb928c9a5a26edda diff --git a/stat.c b/stat.c index c89a7f06..1effbfe9 100644 --- a/stat.c +++ b/stat.c @@ -1940,13 +1940,6 @@ void __show_run_stats(void) free(opt_lists); } -void show_run_stats(void) -{ - fio_sem_down(stat_sem); - __show_run_stats(); - fio_sem_up(stat_sem); -} - void __show_running_run_stats(void) { struct thread_data *td;