zgetdump: Remove superfluous members from dfi_mem_chunk

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-05 16:15:12 +01:00
committed by Stefan Haberland
parent f3e374ac77
commit c78b5cd2ba

View File

@@ -158,8 +158,6 @@ struct dfi_mem_chunk {
u64 start; /* Start address in memory */
u64 end; /* End address in memory */
u64 size; /* Size of chunk in dump file */
u64 out_start; /* Start offset in dump file */
u64 out_end; /* End offset in dump file */
dfi_mem_chunk_read_fn read_fn; /* Chunk read callback */
dfi_mem_chunk_free_fn free_fn; /* Free data callback */
void *data; /* Data for callback */