[PATCH] License update
[fio.git] / ioengines.c
index 9b1ad60692e0e7b76bfd3296e9bab64bd566dcd6..115e6f2c7c96ae22322225f0c2097aa8ab9418e0 100644 (file)
@@ -111,14 +111,6 @@ int td_io_prep(struct thread_data *td, struct io_u *io_u)
        return 0;
 }
 
-int td_io_sync(struct thread_data *td, struct fio_file *f)
-{
-       if (td->io_ops->sync)
-               return td->io_ops->sync(td, f);
-
-       return 0;
-}
-
 int td_io_getevents(struct thread_data *td, int min, int max,
                    struct timespec *t)
 {