From 4c6d8d376caca61267a708e82933b9c3d60d6c15 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 29 Oct 2018 17:26:33 -0500 Subject: Remove erroneous call. --- src/H5Fdeprec.c | 4 ---- 1 file changed, 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") -- cgit v0.12