diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2018-12-20 17:18:59 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2018-12-20 17:18:59 (GMT) |
commit | 13baaea005ae32e1826fcd370a4a9e5e2d7ed657 (patch) | |
tree | 9cd795d1c66bd52ec5cab290ab8a562432f2b718 | |
parent | 210ab507256c8b70aac4fee1f4bef1ca25570814 (diff) | |
download | hdf5-13baaea005ae32e1826fcd370a4a9e5e2d7ed657.zip hdf5-13baaea005ae32e1826fcd370a4a9e5e2d7ed657.tar.gz hdf5-13baaea005ae32e1826fcd370a4a9e5e2d7ed657.tar.bz2 |
Remove `#if 0` block of deprecated code.
-rw-r--r-- | src/H5VLnative.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5VLnative.c b/src/H5VLnative.c index 381bdfc..9468221 100644 --- a/src/H5VLnative.c +++ b/src/H5VLnative.c @@ -2109,10 +2109,6 @@ H5VL__native_file_optional(void *obj, hid_t H5_ATTR_UNUSED dxpl_id, void H5_ATTR { hbool_t *minimize = va_arg(arguments, hbool_t *); *minimize = H5F_GET_MIN_DSET_OHDR(f); -#if 0 - if(H5F_get_min_dset_ohdr(f, (hbool_t)minimize) < 0) - HGOTO_ERROR(H5E_FILE, H5E_CANTSET, FAIL, "cannot set file's dataset object header minimization flag") -#endif break; } |