From a7372ec352b6485a466157e70929cc5f0973fba8 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 27 Jul 2009 17:43:48 -0500 Subject: [svn-r17246] Description: Correct error for H5D_chunk_flush_entry() prototype. Tested on: FreeBSD/32 6.3 (duty) --- src/H5Dchunk.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c index fdca994..56e6262 100644 --- a/src/H5Dchunk.c +++ b/src/H5Dchunk.c @@ -207,8 +207,6 @@ static herr_t H5D_chunk_file_cb(void *elem, hid_t type_id, unsigned ndims, const hsize_t *coords, void *fm); static herr_t H5D_chunk_mem_cb(void *elem, hid_t type_id, unsigned ndims, const hsize_t *coords, void *fm); -static herr_t H5D_chunk_flush_entry(const H5D_t *dset, hid_t dxpl_id, - const H5D_dxpl_cache_t *dxpl_cache, H5D_rdcc_ent_t *ent, hbool_t reset); static herr_t H5D_chunk_cache_evict(const H5D_t *dset, hid_t dxpl_id, const H5D_dxpl_cache_t *dxpl_cache, H5D_rdcc_ent_t *ent, hbool_t flush); -- cgit v0.12