]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qcow2: Remove unused fields from BDRVQcow2State
authorKevin Wolf <kwolf@redhat.com>
Thu, 26 Mar 2020 17:07:57 +0000 (18:07 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 27 Mar 2020 13:47:23 +0000 (14:47 +0100)
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>
block/qcow2.h

index 0942126232579cf78381ff65dd8fa27556d0d434..f4de0a27d5c30384754750c25ee2f846241fbe81 100644 (file)
@@ -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;