aboutsummaryrefslogtreecommitdiff
path: root/block/qcow2.h
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2020-03-26 18:07:57 +0100
committerKevin Wolf <kwolf@redhat.com>2020-03-27 14:47:23 +0100
commitdf74b1d3dff80983e7a30db1346a4a05847d65fa (patch)
tree8e2b4eb86b2f9b166673c83abc72418c25086b13 /block/qcow2.h
parentce8cabbd17cf738ddfc68384440c38e5dd2fdf97 (diff)
downloadqemu-df74b1d3dff80983e7a30db1346a4a05847d65fa.zip
qemu-df74b1d3dff80983e7a30db1346a4a05847d65fa.tar.gz
qemu-df74b1d3dff80983e7a30db1346a4a05847d65fa.tar.bz2
qcow2: Remove unused fields from BDRVQcow2State
These fields were already removed in commit c3c10f72, but then commit b58deb34 revived them probably due to bad merge conflict resolution. They are still unused, so remove them again. Fixes: b58deb344ddff3b9d8b265bf73a65274767ee5f4 Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20200326170757.12344-1-kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'block/qcow2.h')
-rw-r--r--block/qcow2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/block/qcow2.h b/block/qcow2.h
index 0942126..f4de0a2 100644
--- a/block/qcow2.h
+++ b/block/qcow2.h
@@ -301,9 +301,6 @@ typedef struct BDRVQcow2State {
QEMUTimer *cache_clean_timer;
unsigned cache_clean_interval;
- uint8_t *cluster_cache;
- uint8_t *cluster_data;
- uint64_t cluster_cache_offset;
QLIST_HEAD(, QCowL2Meta) cluster_allocs;
uint64_t *refcount_table;