summaryrefslogtreecommitdiffstats
path: root/src/H5Spublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r--src/H5Spublic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h
index f4f28f6..c20ac1c 100644
--- a/src/H5Spublic.h
+++ b/src/H5Spublic.h
@@ -119,11 +119,6 @@ H5_DLL herr_t H5Sget_reg_hyperslab_params(hid_t space_id,
hsize_t stride[],
hsize_t count[],
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[],
@@ -133,7 +128,6 @@ 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 herr_t H5Sselect_elements(hid_t space_id, H5S_seloper_t op,
size_t num_elem, const hsize_t *coord);
H5_DLL H5S_class_t H5Sget_simple_extent_type(hid_t space_id);