X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=17e188ad022ee05f3bb6dceedb153a24027b2fb3;hp=b0f43557d509ff1201f77e953883a4ca1562ec09;hb=8400d9b26a4f24f3b56cc9dad02be65791b58a83;hpb=5a7c56804dafab5770797044a4f1d259fe708dfb diff --git a/io_u.c b/io_u.c index b0f43557..17e188ad 100644 --- a/io_u.c +++ b/io_u.c @@ -158,7 +158,6 @@ static int get_next_offset(struct thread_data *td, struct io_u *io_u) static unsigned int get_next_buflen(struct thread_data *td, struct io_u *io_u) { - struct fio_file *f = io_u->file; const int ddir = io_u->ddir; unsigned int buflen; long r;