zgetdump: Remove superfluous member 'size'

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Stefan Haberland <sth@linux.vnet.ibm.com>
This commit is contained in:
Michael Holzheu
2018-02-08 18:02:13 +01:00
committed by Stefan Haberland
parent c78b5cd2ba
commit a674011c0d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -24,7 +24,6 @@ struct dfo_chunk {
struct util_list_node list;
u64 start;
u64 end;
u64 size;
dfo_chunk_read_fn read_fn;
void *data;
};