From: Tomohiro Kusumi Date: Tue, 7 Mar 2017 20:13:01 +0000 (+0200) Subject: Drop fio_unused attribute from used variable X-Git-Tag: fio-2.19~48 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=89fd05730a7941f98f37c2c8044dc958658d1d5b;p=fio.git Drop fio_unused attribute from used variable This is actually used. Signed-off-by: Tomohiro Kusumi Signed-off-by: Jens Axboe --- diff --git a/io_u.c b/io_u.c index e12382b8..670c7026 100644 --- a/io_u.c +++ b/io_u.c @@ -643,7 +643,7 @@ int io_u_quiesce(struct thread_data *td) } while (td->io_u_in_flight) { - int fio_unused ret; + int ret; ret = io_u_queued_complete(td, 1); if (ret > 0)