From debfc39d6f164826f6e5422fbb05d58e93d53e9d Mon Sep 17 00:00:00 2001 From: Tomohiro Kusumi Date: Tue, 7 Mar 2017 22:13:00 +0200 Subject: [PATCH] Remove unassigned fio_unused variable This doesn't need to exist. Signed-off-by: Tomohiro Kusumi Signed-off-by: Jens Axboe --- rate-submit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rate-submit.c b/rate-submit.c index 42927ffe..4738dc4c 100644 --- a/rate-submit.c +++ b/rate-submit.c @@ -98,7 +98,6 @@ static int io_workqueue_init_worker_fn(struct submit_worker *sw) { struct thread_data *parent = sw->wq->td; struct thread_data *td = sw->priv; - int fio_unused ret; memcpy(&td->o, &parent->o, sizeof(td->o)); memcpy(&td->ts, &parent->ts, sizeof(td->ts)); -- 2.25.1