summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-06-06 15:00:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-06-06 15:00:33 (GMT)
commit74c3fec9f573e9488ea7b9ad2c33d6271d30fd81 (patch)
tree645bebc37b01fa0f18a3445e8f433a2b83f533a8
parent754f4780f236297a6a905c83cfd051361d654f8f (diff)
downloadhdf5-74c3fec9f573e9488ea7b9ad2c33d6271d30fd81.zip
hdf5-74c3fec9f573e9488ea7b9ad2c33d6271d30fd81.tar.gz
hdf5-74c3fec9f573e9488ea7b9ad2c33d6271d30fd81.tar.bz2
[svn-r5543] Purpose:
Bug fix. Description: Return H5S_all_opt_possible() prototype to original position in H5Spkg.h, it is not related to parallel I/O. Platforms tested: FreeBSD 4.5 (sleipnir)
-rw-r--r--src/H5Spkg.h3
-rw-r--r--src/H5Sprivate.h6
2 files changed, 0 insertions, 9 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h
index aaa1bd3..1ab7dd6 100644
--- a/src/H5Spkg.h
+++ b/src/H5Spkg.h
@@ -159,11 +159,8 @@ __DLL__ herr_t H5S_all_select_iterate(void *buf, hid_t type_id, H5S_t *space,
H5D_operator_t op, void *operator_data);
__DLL__ herr_t H5S_all_select_fill(const void *fill, size_t fill_size,
const H5S_t *space, void *buf);
-#if 0
- /* declared in H5Sprivate.h */
__DLL__ htri_t H5S_all_opt_possible(const H5S_t *mem_space,
const H5S_t *file_space, const unsigned flags);
-#endif /* 0 */
/* Hyperslab selection functions */
__DLL__ herr_t H5S_hyper_release(H5S_t *space);
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index bfae660..c35cf5c 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -227,12 +227,6 @@ __DLL__ herr_t H5S_select_hyperslab (H5S_t *space, H5S_seloper_t op, const hssiz
const hsize_t block[]);
#ifdef H5_HAVE_PARALLEL
-
-/* MPI-IO function to check whether its possible to transfer directly
- * from app buffer to file */
-__DLL__ htri_t H5S_all_opt_possible(const H5S_t *mem_space,
- const H5S_t *file_space, const unsigned flags);
-
/* MPI-IO function to read directly from app buffer to file rky980813 */
__DLL__ herr_t H5S_mpio_spaces_read(H5F_t *f,
const struct H5O_layout_t *layout,