Make nowarn_snprintf() call va_end()
[fio.git] / stat.c
diff --git a/stat.c b/stat.c
index c89a7f06e74824f857ddcfd22a0d45e320fa5826..1effbfe9c5b452c625574a3cce02bd87ccdb074a 100644 (file)
--- 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;