X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.c;h=5673d9ef690cc8e8c6d6bbe31dccc5fb3cc937ba;hp=818394a0859846690389408ffd15a75124b66fd0;hb=8c16d840377c1e6fb79f479ee60590a2da5b52ee;hpb=df415585cd9c54472b7aa77b9eca6206ab0cbb4f diff --git a/fio.c b/fio.c index 818394a0..5673d9ef 100644 --- a/fio.c +++ b/fio.c @@ -424,14 +424,6 @@ static void do_io(struct thread_data *td) } } -static int td_io_init(struct thread_data *td) -{ - if (td->io_ops->init) - return td->io_ops->init(td); - - return 0; -} - static void cleanup_io_u(struct thread_data *td) { struct list_head *entry, *n;