Remove unassigned fio_unused variable
[fio.git] / rate-submit.c
index 42927ffeaf4125dcefccc8fe964d2bc448197fea..4738dc4c06d0e158ddeb752a590b38124dcda6a7 100644 (file)
@@ -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));