X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=fio.c;h=5673d9ef690cc8e8c6d6bbe31dccc5fb3cc937ba;hb=d55954f4857da597b2620f2417678eec47285666;hp=818394a0859846690389408ffd15a75124b66fd0;hpb=10ba535a5cbb95b5576e33a6f8af093a6ca3bfd7;p=fio.git 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;