From: Niklas Cassel <niklas.cassel@xxxxxxx> Now when all users have moved to the new clat_prio_stat arrays, remove io_u_plat_high_prio, io_u_plat_low_prio, clat_high_prio_stat, and clat_low_prio_stat, as they are no longer used. Signed-off-by: Niklas Cassel <niklas.cassel@xxxxxxx> --- stat.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stat.h b/stat.h index 4f0c746f..cc8631d9 100644 --- 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 { struct clat_prio_stat *clat_prio[DDIR_RWDIR_CNT]; /* -- 2.34.1