diff options
-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); |