[svn-r30031] Description:

Minor code cleanup to align w/revise_chunks branch.

Tested on:
    MacOSX/64 10.11.5 (amazon) w/serial, parallel & production
    (h5committest forthcoming)
This commit is contained in:
Quincey Koziol 2016-06-06 00:13:14 -05:00
parent 2a16af5703
commit 48fd9fd20a

View File

@ -172,8 +172,7 @@ static herr_t H5C__tag_entry(H5C_t * cache_ptr,
static herr_t H5C__mark_tagged_entries(H5C_t * cache_ptr, haddr_t tag);
static herr_t H5C__flush_marked_entries(H5F_t * f,
hid_t dxpl_id);
static herr_t H5C__flush_marked_entries(H5F_t * f, hid_t dxpl_id);
static herr_t H5C__generate_image(const H5F_t *f, H5C_t * cache_ptr, H5C_cache_entry_t *entry_ptr,
hid_t dxpl_id, int64_t *entry_size_change_ptr);