summaryrefslogtreecommitdiffstats
path: root/src/H5Defl.c
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2019-07-26 20:01:40 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2019-07-26 20:01:40 (GMT)
commit59d7db40a72142b9027748e762f4b2e8038aefa9 (patch)
treed5fb56fd03d0ac0c607c9b4a9606a41ee8b721c6 /src/H5Defl.c
parent308393a020bd7a812c231eee8130c9365d192e18 (diff)
downloadhdf5-59d7db40a72142b9027748e762f4b2e8038aefa9.zip
hdf5-59d7db40a72142b9027748e762f4b2e8038aefa9.tar.gz
hdf5-59d7db40a72142b9027748e762f4b2e8038aefa9.tar.bz2
HDFFV-10658: setting and getting properties in API context. Porting the changes to the develop branch into the 1.10 branch: mainly the external file prefix and VDS prefix.
Diffstat (limited to 'src/H5Defl.c')
-rw-r--r--src/H5Defl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Defl.c b/src/H5Defl.c
index 42b3947..ce0bb80 100644
--- a/src/H5Defl.c
+++ b/src/H5Defl.c
@@ -477,7 +477,6 @@ H5D__efl_readvv(const H5D_io_info_t *io_info,
HDassert(io_info->u.rbuf);
HDassert(io_info->dset);
HDassert(io_info->dset->shared);
- HDassert(io_info->dset->shared->extfile_prefix);
HDassert(dset_curr_seq);
HDassert(dset_len_arr);
HDassert(dset_off_arr);
@@ -561,7 +560,6 @@ H5D__efl_writevv(const H5D_io_info_t *io_info,
HDassert(io_info->u.wbuf);
HDassert(io_info->dset);
HDassert(io_info->dset->shared);
- HDassert(io_info->dset->shared->extfile_prefix);
HDassert(dset_curr_seq);
HDassert(dset_len_arr);
HDassert(dset_off_arr);