summaryrefslogtreecommitdiffstats
path: root/src/H5FDfamily.c
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2021-08-27 16:21:08 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2021-08-27 16:21:08 (GMT)
commit5de1b14ed80c9e4543620735bb87576ff50418b7 (patch)
tree329e970d2159d64ba23abef60f1a4703cd0f464b /src/H5FDfamily.c
parent0bfc2b7f707f4f272e9a67c031ea96b9e7b63247 (diff)
parent0aa6a8d33d3758f165ff3e0fb7a86e8d9ca80c10 (diff)
downloadhdf5-5de1b14ed80c9e4543620735bb87576ff50418b7.zip
hdf5-5de1b14ed80c9e4543620735bb87576ff50418b7.tar.gz
hdf5-5de1b14ed80c9e4543620735bb87576ff50418b7.tar.bz2
Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into raylu_bigset_test
Diffstat (limited to 'src/H5FDfamily.c')
-rw-r--r--src/H5FDfamily.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDfamily.c b/src/H5FDfamily.c
index 2356309..b265e1d 100644
--- a/src/H5FDfamily.c
+++ b/src/H5FDfamily.c
@@ -137,7 +137,6 @@ static const H5FD_class_t H5FD_family_g = {
H5FD__family_lock, /* lock */
H5FD__family_unlock, /* unlock */
H5FD__family_delete, /* del */
- NULL, /* dedup */
H5FD_FLMAP_DICHOTOMY /* fl_map */
};