summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-06-22 15:54:43 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-06-22 15:54:43 (GMT)
commitf56008e0fe0c6bce99205911d05dd4396baf6952 (patch)
treea898f51963384d3b9b169da9d6231fb2a0d91e4a /src/H5Cprivate.h
parentcf07aa6803a70f52f6a178219097e9f9e6ee1a51 (diff)
downloadhdf5-f56008e0fe0c6bce99205911d05dd4396baf6952.zip
hdf5-f56008e0fe0c6bce99205911d05dd4396baf6952.tar.gz
hdf5-f56008e0fe0c6bce99205911d05dd4396baf6952.tar.bz2
[svn-r27264] some cleanups.
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index 00644b1..9e29a7f 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -1922,8 +1922,7 @@ H5_DLL herr_t H5C_apply_candidate_list(H5F_t *f, hid_t dxpl_id,
int mpi_rank, int mpi_size);
H5_DLL herr_t H5C_construct_candidate_list__clean_cache(H5C_t *cache_ptr);
H5_DLL herr_t H5C_construct_candidate_list__min_clean(H5C_t *cache_ptr);
-H5_DLL herr_t H5C_clear_coll_entries(H5F_t * f, hid_t dxpl_id,
- H5C_t * cache_ptr, hbool_t partial);
+H5_DLL herr_t H5C_clear_coll_entries(H5C_t * cache_ptr, hbool_t partial);
#endif /* H5_HAVE_PARALLEL */
#ifndef NDEBUG /* debugging functions */