From 1d786206df53942a3a3dbd538b369c94a632050d Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 11 May 2017 20:49:37 -0400 Subject: Removed redundant assignement. --- src/H5Dchunk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c index 8152d14..f02c69f 100644 --- a/src/H5Dchunk.c +++ b/src/H5Dchunk.c @@ -447,7 +447,6 @@ H5D__chunk_direct_write(const H5D_t *dset, hid_t dxpl_id, uint32_t filters, if (0 == idx_info.pline->nused && H5F_addr_defined(old_chunk.offset)) { /* If there are no filters and we are overwriting the chunk we can just set values */ - udata.chunk_block.offset = old_chunk.offset; need_insert = FALSE; } else { -- cgit v0.12