stat: remove unused high/low prio struct members
[fio.git] / stat.h
diff --git a/stat.h b/stat.h
index 05228fd2c17bc208b813dbf10276975966b9a90f..dce0bb0dc9b416a136ba1f3eff4a088ce947d5f8 100644 (file)
--- a/stat.h
+++ b/stat.h
@@ -262,11 +262,6 @@ struct thread_stat {
        /* A mirror of td->ioprio. */
        uint32_t ioprio;
 
-       uint64_t io_u_plat_high_prio[DDIR_RWDIR_CNT][FIO_IO_U_PLAT_NR] __attribute__((aligned(8)));;
-       uint64_t io_u_plat_low_prio[DDIR_RWDIR_CNT][FIO_IO_U_PLAT_NR];
-       struct io_stat clat_high_prio_stat[DDIR_RWDIR_CNT] __attribute__((aligned(8)));
-       struct io_stat clat_low_prio_stat[DDIR_RWDIR_CNT];
-
        union {
                uint64_t *ss_iops_data;
                /*