diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-05-12 00:49:37 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-05-12 00:49:37 (GMT) |
commit | 1d786206df53942a3a3dbd538b369c94a632050d (patch) | |
tree | fa5d09c505fa97b93043c00941a7acedd96d8be9 | |
parent | 3d8416251d3cffbe2688f86fa87c4b5602ec0d5b (diff) | |
download | hdf5-1d786206df53942a3a3dbd538b369c94a632050d.zip hdf5-1d786206df53942a3a3dbd538b369c94a632050d.tar.gz hdf5-1d786206df53942a3a3dbd538b369c94a632050d.tar.bz2 |
Removed redundant assignement.
-rw-r--r-- | src/H5Dchunk.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |