diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-27 22:43:48 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-27 22:43:48 (GMT) |
commit | a7372ec352b6485a466157e70929cc5f0973fba8 (patch) | |
tree | 60589698281501c2582d70e859820f2454b9ec83 | |
parent | 996c2f8d3bac0122fc3c7e5f592d296efc36f58a (diff) | |
download | hdf5-a7372ec352b6485a466157e70929cc5f0973fba8.zip hdf5-a7372ec352b6485a466157e70929cc5f0973fba8.tar.gz hdf5-a7372ec352b6485a466157e70929cc5f0973fba8.tar.bz2 |
[svn-r17246] Description:
Correct error for H5D_chunk_flush_entry() prototype.
Tested on:
FreeBSD/32 6.3 (duty)
-rw-r--r-- | src/H5Dchunk.c | 2 |
1 files changed, 0 insertions, 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); |