[PATCH] Kill ->cur_off, always just lseek() in sync ->io_prep
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index dbce4af347ec34ae85d93b0e2242256c5f957b39..f1e49a50cd86aa74ba7e5c4b46d475f5d76096ed 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -148,8 +148,6 @@ struct thread_data {
 
        int shm_id;
 
-       unsigned long long cur_off;
-
        void *io_data;
        char io_engine_name[16];
        int (*io_prep)(struct thread_data *, struct io_u *);