engines/libaio.c: remove unused 'hipri' setting
authorJens Axboe <axboe@kernel.dk>
Sat, 2 Nov 2019 20:48:24 +0000 (14:48 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 2 Nov 2019 20:48:24 +0000 (14:48 -0600)
Leftover from when we had aio-ring with polling, now dead.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/libaio.c

index cd5b89f98a36a500f0854a02e68dc228aa7ecbf1..b047b7469374df3c05de5d9e61539dd8ca28f215 100644 (file)
@@ -44,7 +44,6 @@ struct libaio_data {
 struct libaio_options {
        void *pad;
        unsigned int userspace_reap;
-       unsigned int hipri;
 };
 
 static struct fio_option options[] = {