init: remove leftover unused variable
authorJens Axboe <axboe@kernel.dk>
Thu, 25 Jul 2013 18:30:06 +0000 (12:30 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Jul 2013 18:30:06 +0000 (12:30 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
init.c

diff --git a/init.c b/init.c
index b0a7c35d95cece669387cc40b2dae986a25b05a6..ccd63420019b2ab28e7aeb10f7bedc6b4dd6da00 100644 (file)
--- a/init.c
+++ b/init.c
@@ -413,7 +413,7 @@ static int fixed_block_size(struct thread_options *o)
 static int fixup_options(struct thread_data *td)
 {
        struct thread_options *o = &td->o;
-       int i, ret = 0;
+       int ret = 0;
 
 #ifndef FIO_HAVE_PSHARED_MUTEX
        if (!o->use_thread) {