summaryrefslogtreecommitdiffstats
path: root/src/H5Spublic.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-02-18 21:23:15 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-02-18 21:23:15 (GMT)
commitbb19438495e09f87117fb7e43147349bb041a021 (patch)
tree99865f4438e0ff86973536d62f327a86b78540a3 /src/H5Spublic.h
parent6d7835fced9889d1d00bb90741e3d87221a661a6 (diff)
parentb901552b1ca315db8b27ea090011f2f557491d46 (diff)
downloadhdf5-bb19438495e09f87117fb7e43147349bb041a021.zip
hdf5-bb19438495e09f87117fb7e43147349bb041a021.tar.gz
hdf5-bb19438495e09f87117fb7e43147349bb041a021.tar.bz2
Merge branch 'develop' into rados_vol
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r--src/H5Spublic.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h
index b7129ca..561875a 100644
--- a/src/H5Spublic.h
+++ b/src/H5Spublic.h
@@ -127,16 +127,6 @@ H5_DLL herr_t H5Sget_select_elem_pointlist(hid_t spaceid, hsize_t startpoint,
H5_DLL herr_t H5Sselect_hyperslab(hid_t space_id, H5S_seloper_t op,
const hsize_t start[], const hsize_t _stride[], const hsize_t count[],
const hsize_t _block[]);
-/* #define NEW_HYPERSLAB_API */
-/* Note that these haven't been working for a while and were never
- * publicly released - QAK */
-#ifdef NEW_HYPERSLAB_API
-H5_DLL hid_t H5Scombine_hyperslab(hid_t space_id, H5S_seloper_t op,
- const hsize_t start[], const hsize_t _stride[], const hsize_t count[],
- const hsize_t _block[]);
-H5_DLL herr_t H5Sselect_select(hid_t space1_id, H5S_seloper_t op, hid_t space2_id);
-H5_DLL hid_t H5Scombine_select(hid_t space1_id, H5S_seloper_t op, hid_t space2_id);
-#endif /* NEW_HYPERSLAB_API */
H5_DLL htri_t H5Sis_regular_hyperslab(hid_t spaceid);
H5_DLL htri_t H5Sget_regular_hyperslab(hid_t spaceid, hsize_t start[],
hsize_t stride[], hsize_t count[], hsize_t block[]);