Remove the file->last_completed_pos variable
[fio.git] / ioengines.c
index a81c7b884b5df6352cca79d5e47bb5eae47b2973..879c5f1c1f438a20a5116bec93968fc0d4e0642f 100644 (file)
@@ -303,7 +303,6 @@ int td_io_open_file(struct thread_data *td, struct fio_file *f)
        }
 
        f->last_free_lookup = 0;
-       f->last_completed_pos = 0;
        f->last_pos = f->file_offset;
        f->flags |= FIO_FILE_OPEN;
        f->flags &= ~FIO_FILE_CLOSING;