diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-10-29 22:26:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-10-29 22:26:33 (GMT) |
commit | 4c6d8d376caca61267a708e82933b9c3d60d6c15 (patch) | |
tree | 8f7ebb5929119753238c723854b838d006c9e828 /src/H5Fdeprec.c | |
parent | 8c37f531a9fd1f0f9e4a432e53ee40a0249e906e (diff) | |
download | hdf5-4c6d8d376caca61267a708e82933b9c3d60d6c15.zip hdf5-4c6d8d376caca61267a708e82933b9c3d60d6c15.tar.gz hdf5-4c6d8d376caca61267a708e82933b9c3d60d6c15.tar.bz2 |
Remove erroneous call.
Diffstat (limited to 'src/H5Fdeprec.c')
-rw-r--r-- | src/H5Fdeprec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Fdeprec.c b/src/H5Fdeprec.c index 36eae40..da47e45 100644 --- a/src/H5Fdeprec.c +++ b/src/H5Fdeprec.c @@ -224,10 +224,6 @@ H5Fset_latest_format(hid_t file_id, hbool_t latest_format) if(!latest_format) low = H5F_LIBVER_EARLIEST; - /* Call private set_libver_bounds function to set the bounds */ - if(H5F__set_libver_bounds(f, low, high) < 0) - HGOTO_ERROR(H5E_FILE, H5E_CANTSET, FAIL, "cannot set low/high bounds") - /* Set the library's version bounds */ if(H5VL_file_optional(vol_obj->data, vol_obj->plugin->cls, H5P_DATASET_XFER_DEFAULT, H5_REQUEST_NULL, H5VL_FILE_SET_LIBVER_BOUNDS, low, high) < 0) HGOTO_ERROR(H5E_FILE, H5E_CANTSET, FAIL, "can't set library version bounds") |