mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 06:27:41 -07:00
qcow2: Remove unused fields from BDRVQcow2State
These fields were already removed in commitc3c10f72, but then commitb58deb34revived them probably due to bad merge conflict resolution. They are still unused, so remove them again. Fixes:b58deb344dSigned-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>
This commit is contained in:
parent
ce8cabbd17
commit
df74b1d3df
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue