summaryrefslogtreecommitdiffstats
path: root/test/h5test.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-07-17 00:44:37 (GMT)
committerGitHub <noreply@github.com>2021-07-17 00:44:37 (GMT)
commita9e8b12a0a7aaf7fe0ffe0a103db2d8d4471c58b (patch)
treee0f63d0b9cc36053232bdd37e36f5bc7e9d65960 /test/h5test.c
parent4e52705dedff3ea57296f40dd0d0fda62528e911 (diff)
downloadhdf5-a9e8b12a0a7aaf7fe0ffe0a103db2d8d4471c58b.zip
hdf5-a9e8b12a0a7aaf7fe0ffe0a103db2d8d4471c58b.tar.gz
hdf5-a9e8b12a0a7aaf7fe0ffe0a103db2d8d4471c58b.tar.bz2
VFD SWMR: Removes dedup callback + cleanup (#842)
* HDF5-ification of dedup calls * Removes dedup callback from VFD struct * VFD SWMR library code cleanup * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'test/h5test.c')
-rw-r--r--test/h5test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c
index 9ec29ed..755ae93 100644
--- a/test/h5test.c
+++ b/test/h5test.c
@@ -1925,7 +1925,6 @@ static const H5FD_class_t H5FD_dummy_g = {
NULL, /* lock */
NULL, /* unlock */
NULL, /* del */
- NULL, /* dedup */
H5FD_FLMAP_DICHOTOMY /* fl_map */
};