From: Tomohiro Kusumi Date: Tue, 28 Mar 2017 20:02:58 +0000 (+0300) Subject: Drop prototype of unused function td_io_sync() X-Git-Tag: fio-2.19~7 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=be391e20c4db6dc8d3be3af0811419741fe5fd6e Drop prototype of unused function td_io_sync() 858a3d47 in 2006 has removed (actually renamed) this function, so this prototype hasn't been used since then. Signed-off-by: Tomohiro Kusumi Signed-off-by: Jens Axboe --- diff --git a/ioengine.h b/ioengine.h index 7249df6a..dc2c2695 100644 --- a/ioengine.h +++ b/ioengine.h @@ -190,7 +190,6 @@ typedef void (*get_ioengine_t)(struct ioengine_ops **); extern int __must_check td_io_init(struct thread_data *); extern int __must_check td_io_prep(struct thread_data *, struct io_u *); extern int __must_check td_io_queue(struct thread_data *, struct io_u *); -extern int __must_check td_io_sync(struct thread_data *, struct fio_file *); extern int __must_check td_io_getevents(struct thread_data *, unsigned int, unsigned int, const struct timespec *); extern int __must_check td_io_commit(struct thread_data *); extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *);