summaryrefslogtreecommitdiffstats
path: root/src/H5FDint.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2021-09-24 17:24:20 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2021-09-24 17:24:20 (GMT)
commit57cd77c478e5828bb89708d0efe109629f88ac3e (patch)
tree90cf686dbe37c53323ac0d471ddbd71902a02476 /src/H5FDint.c
parent2023495f320ed22febe41eb6c95a4bc687a8b676 (diff)
downloadhdf5-57cd77c478e5828bb89708d0efe109629f88ac3e.zip
hdf5-57cd77c478e5828bb89708d0efe109629f88ac3e.tar.gz
hdf5-57cd77c478e5828bb89708d0efe109629f88ac3e.tar.bz2
Implement parallel collective support for selection I/O.
Diffstat (limited to 'src/H5FDint.c')
-rw-r--r--src/H5FDint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5FDint.c b/src/H5FDint.c
index f558b59..69dbdc4 100644
--- a/src/H5FDint.c
+++ b/src/H5FDint.c
@@ -751,7 +751,6 @@ H5FD__read_selection_translate(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, uin
/* Sanity checks */
HDassert(file);
HDassert(file->cls);
- HDassert(count > 0);
HDassert(vec_arr_nalloc == sizeof(sizes_static) / sizeof(sizes_static[0]));
HDassert(vec_arr_nalloc == sizeof(vec_bufs_static) / sizeof(vec_bufs_static[0]));
HDassert(mem_spaces);
@@ -1370,7 +1369,6 @@ H5FD__write_selection_translate(H5FD_t *file, H5FD_mem_t type, hid_t dxpl_id, ui
/* Sanity checks */
HDassert(file);
HDassert(file->cls);
- HDassert(count > 0);
HDassert(vec_arr_nalloc == sizeof(sizes_static) / sizeof(sizes_static[0]));
HDassert(vec_arr_nalloc == sizeof(vec_bufs_static) / sizeof(vec_bufs_static[0]));
HDassert(mem_spaces);