[PATCH] f->fileno is not used
[fio.git] / fio.c
diff --git a/fio.c b/fio.c
index 818394a0859846690389408ffd15a75124b66fd0..5673d9ef690cc8e8c6d6bbe31dccc5fb3cc937ba 100644 (file)
--- 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;