summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2019-12-21 04:49:48 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:21 (GMT)
commitb6b0567bdf6b9cb6658b8051343061ae10aec707 (patch)
treee3934ce3157b1b81ed613d696b9dfd05d555d086 /src
parent53e62bcbeba14c2b09f61ac35e9d74447fa2b8a5 (diff)
downloadhdf5-b6b0567bdf6b9cb6658b8051343061ae10aec707.zip
hdf5-b6b0567bdf6b9cb6658b8051343061ae10aec707.tar.gz
hdf5-b6b0567bdf6b9cb6658b8051343061ae10aec707.tar.bz2
Remove unnecessary H5CX call
Diffstat (limited to 'src')
-rw-r--r--src/H5Dint.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c
index 79c5f05..413a6e1 100644
--- a/src/H5Dint.c
+++ b/src/H5Dint.c
@@ -2883,10 +2883,6 @@ H5D__vlen_get_buf_size_gen(H5VL_object_t *vol_obj, hid_t type_id, hid_t space_id
HGOTO_ERROR(H5E_DATASET, H5E_CANTALLOC, FAIL, "no temporary buffers available")
vlen_bufsize.common.vl_tbuf_size = 1;
- /* Set the memory manager to the special allocation routine */
- if(H5CX_set_vlen_alloc_info(H5D__vlen_get_buf_size_alloc, &vlen_bufsize.common, NULL, NULL) < 0)
- HGOTO_ERROR(H5E_DATASET, H5E_CANTSET, FAIL, "can't set VL data allocation routine")
-
/* Set the VL allocation callbacks on a DXPL */
if(NULL == (dxpl = (H5P_genplist_t *)H5I_object(H5P_DATASET_XFER_DEFAULT)))
HGOTO_ERROR(H5E_DATASET, H5E_CANTGET, FAIL, "can't get default DXPL")