summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2015-10-02 20:24:29 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2015-10-02 20:24:29 (GMT)
commit87cc068ccbc761a473bbe8d211a40383c0933db0 (patch)
tree5ee6aebbe944f3460b0ca8acb3922cf01bad387b /src/H5Dpkg.h
parentb991b71176e27f3d4ad0c9ddedfaadd9e232d831 (diff)
downloadhdf5-87cc068ccbc761a473bbe8d211a40383c0933db0.zip
hdf5-87cc068ccbc761a473bbe8d211a40383c0933db0.tar.gz
hdf5-87cc068ccbc761a473bbe8d211a40383c0933db0.tar.bz2
[svn-r27939] Remove H5D__iterate and use H5S_select_iterate directly
Add internal library callback to H5S_select_iterate to avoid having to pass hid_t objects internally
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index c779eea..801800c 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -544,8 +544,6 @@ H5_DLL herr_t H5D__alloc_storage(const H5D_t *dset, hid_t dxpl_id, H5D_time_allo
hbool_t full_overwrite, hsize_t old_dim[]);
H5_DLL herr_t H5D__get_storage_size(H5D_t *dset, hid_t dxpl_id, hsize_t *storage_size);
H5_DLL haddr_t H5D__get_offset(const H5D_t *dset);
-H5_DLL herr_t H5D__iterate(void *buf, hid_t type_id, const H5S_t *space,
- H5D_operator_t op, void *operator_data);
H5_DLL void *H5D__vlen_get_buf_size_alloc(size_t size, void *info);
H5_DLL herr_t H5D__vlen_get_buf_size(void *elem, hid_t type_id, unsigned ndim,
const hsize_t *point, void *op_data);