[PATCH] f->fileno is not used
[fio.git] / log.c
diff --git a/log.c b/log.c
index 91ac0830582625af31a8c78c730ee78ffc53ccd8..17a4cdf782c9b02c7c897454abcae6bf66dec34e 100644 (file)
--- a/log.c
+++ b/log.c
@@ -177,8 +177,6 @@ int init_iolog(struct thread_data *td)
        else if (td->write_iolog)
                ret = init_iolog_write(td);
 
-       free(td->iolog_file);
-       td->iolog_file = NULL;
        return 0;
 }