summaryrefslogtreecommitdiffstats
path: root/src/H5Spkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-10-01 23:00:55 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-10-01 23:00:55 (GMT)
commitc719c2d3b876a3ac6f0aec7d776d5aaebf5e1fef (patch)
treea97c1f7b170139dd54ca3f126d3bb8eb50291b5a /src/H5Spkg.h
parentd5d34def1ca98fdacc9b31d992a865f07104d379 (diff)
downloadhdf5-c719c2d3b876a3ac6f0aec7d776d5aaebf5e1fef.zip
hdf5-c719c2d3b876a3ac6f0aec7d776d5aaebf5e1fef.tar.gz
hdf5-c719c2d3b876a3ac6f0aec7d776d5aaebf5e1fef.tar.bz2
[svn-r9356] Purpose:
Bug fix & code cleanup Description: More dataset cleanups to get to a point where we can fix the chunked I/O bug. Also fix a couple of errors in the recent file object resurrection changes which should hopefully address the recent daily test failres (H5T.c) Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) h5committest
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r--src/H5Spkg.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h
index ce93770..dc67f81 100644
--- a/src/H5Spkg.h
+++ b/src/H5Spkg.h
@@ -36,9 +36,6 @@
#define H5S_VALID_MAX 0x01
#define H5S_VALID_PERM 0x02
-/* Flags for "get_seq_list" methods */
-#define H5S_GET_SEQ_LIST_SORTED 0x0001
-
/*
* Dataspace extent information
*/
@@ -223,14 +220,6 @@ H5_DLL herr_t H5S_extent_copy(H5S_extent_t *dst, const H5S_extent_t *src);
/* Operations on selections */
-#ifdef H5_HAVE_PARALLEL
-/* MPI-IO function to check if a direct I/O transfer is possible between
- * memory and the file */
-H5_DLL htri_t H5S_mpio_opt_possible(const H5F_t *file, const H5S_t *mem_space,
- const H5S_t *file_space, const unsigned flags, const H5O_layout_t *layout);
-
-#endif /* H5_HAVE_PARALLEL */
-
/* Testing functions */
#ifdef H5S_TESTING
H5_DLL htri_t H5S_select_shape_same_test(hid_t sid1, hid_t sid2);