Make fio -Wshadow clean
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index d815ad9a340a63aaee1c0de05c402adec129835e..438ad5df26dc32aa411202216172543a6208b4fc 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -206,7 +206,6 @@ static int get_next_rand_offset(struct thread_data *td, struct fio_file *f,
                return get_off_from_method(td, f, ddir, b);
 
        if (!flist_empty(&td->next_rand_list)) {
-               struct rand_off *r;
 fetch:
                r = flist_first_entry(&td->next_rand_list, struct rand_off, list);
                flist_del(&r->list);