summaryrefslogtreecommitdiffstats
path: root/src/simfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/simfs.c')
-rw-r--r--src/simfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/simfs.c b/src/simfs.c
index cd83f5db..7c7ea97b 100644
--- a/src/simfs.c
+++ b/src/simfs.c
@@ -687,8 +687,6 @@ int sim_fs_read_info(struct sim_fs *fs, int id,
op->cb = cb;
op->userdata = data;
op->is_read = TRUE;
- op->offset = 0;
- op->num_bytes = 0;
op->info_only = TRUE;
g_queue_push_tail(fs->op_q, op);