summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-07-28 20:14:48 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-07-28 20:14:48 (GMT)
commitd71de4f7a3f89c364fd110a1e0799344d7d033c2 (patch)
tree319a2d535de2678bb572e717a0ab3d571410eea7 /src/H5Sprivate.h
parente896d31ae256ebc07d9586839c6fe958c7ce6bc6 (diff)
downloadhdf5-d71de4f7a3f89c364fd110a1e0799344d7d033c2.zip
hdf5-d71de4f7a3f89c364fd110a1e0799344d7d033c2.tar.gz
hdf5-d71de4f7a3f89c364fd110a1e0799344d7d033c2.tar.bz2
[svn-r2448] Re-did section of hyperslab initialization code to avoid tons of realloc()
calls. Speeds user's test code up by ~25 times... :-)
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index 47d73fe..0f3bcb0 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -379,8 +379,6 @@ __DLL__ herr_t H5S_all_select_iterate(void *buf, hid_t type_id, H5S_t *space,
H5D_operator_t op, void *operator_data);
/* Hyperslab selection functions */
-__DLL__ herr_t H5S_hyper_add(H5S_t *space, const hssize_t *start,
- const hsize_t *end);
__DLL__ herr_t H5S_hyper_release(H5S_t *space);
__DLL__ herr_t H5S_hyper_sel_iter_release(H5S_sel_iter_t *sel_iter);
__DLL__ hsize_t H5S_hyper_npoints(const H5S_t *space);