summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2018-12-05 15:00:22 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2018-12-05 15:00:22 (GMT)
commite14ec4276e502322554ce0de8c5257c96174eb76 (patch)
treed81a9010dcd437c078330fdbc3f8fd9faf92965c
parent291cd766bc7c5320f1ea7a3df12d400462179db7 (diff)
downloadhdf5-e14ec4276e502322554ce0de8c5257c96174eb76.zip
hdf5-e14ec4276e502322554ce0de8c5257c96174eb76.tar.gz
hdf5-e14ec4276e502322554ce0de8c5257c96174eb76.tar.bz2
Removed libverbounds set, it was remove in develop.
-rw-r--r--src/H5Dvirtual.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Dvirtual.c b/src/H5Dvirtual.c
index de6bb95..269e8fd 100644
--- a/src/H5Dvirtual.c
+++ b/src/H5Dvirtual.c
@@ -432,9 +432,6 @@ H5D__virtual_store_layout(H5F_t *f, H5O_layout_t *layout)
if((layout->storage.u.virt.serial_list_hobjid.addr == HADDR_UNDEF)
&& (layout->storage.u.virt.list_nused > 0)) {
- /* if(H5Fset_libver_bounds(H5F_FILE_ID(f), H5F_LOW_BOUND(f), H5F_HIGH_BOUND(f)) < 0) */
-/* HGOTO_ERROR(H5E_OHDR, H5E_CANTSET, FAIL, "cannot set low/high bounds") */
-
/* Allocate array for caching results of strlen */
if(NULL == (str_size = (size_t *)H5MM_malloc(2 * layout->storage.u.virt.list_nused * sizeof(size_t))))
HGOTO_ERROR(H5E_OHDR, H5E_RESOURCE, FAIL, "unable to allocate string length array")