null: 'td' isn't actually unused, unmark it
authorJens Axboe <axboe@kernel.dk>
Wed, 17 Apr 2013 17:21:14 +0000 (19:21 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 17 Apr 2013 17:21:14 +0000 (19:21 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/null.c

index f434550300e7a3d454c7561b808d1cfe24372f1c..bf7885e92187e68488c3c5109ca52ed77cd4fd36 100644 (file)
@@ -54,7 +54,7 @@ static int fio_null_commit(struct thread_data *td)
        return 0;
 }
 
        return 0;
 }
 
-static int fio_null_queue(struct thread_data fio_unused *td, struct io_u *io_u)
+static int fio_null_queue(struct thread_data *td, struct io_u *io_u)
 {
        struct null_data *nd = td->io_ops->data;
 
 {
        struct null_data *nd = td->io_ops->data;