diff options
author | Quincey Koziol <koziol@lbl.gov> | 2020-08-25 22:47:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2020-08-25 22:47:32 (GMT) |
commit | 27ed99e9f38aeb77d1496a81e2c9f22760579af1 (patch) | |
tree | d8b44c22af5c5d51289a8560828442f4ce29c841 /src/H5Cprivate.h | |
parent | 5e91d56e9c77134c3a4087806c247bd4cd0dcfe4 (diff) | |
parent | 1077a767ff3885dd23bdbfdfba51037c925ce23c (diff) | |
download | hdf5-27ed99e9f38aeb77d1496a81e2c9f22760579af1.zip hdf5-27ed99e9f38aeb77d1496a81e2c9f22760579af1.tar.gz hdf5-27ed99e9f38aeb77d1496a81e2c9f22760579af1.tar.bz2 |
Merge pull request #2825 in HDFFV/hdf5 from hdf5_1_12_namespace_cleanup to hdf5_1_12
* commit '1077a767ff3885dd23bdbfdfba51037c925ce23c':
Minor fixes to align w/state of 1.12 code
Correct typos w/HGOTO_DONE & HGOTO_ERROR
Move H5T_vlen_reclaim to package scope
Switch H5VM inline routines back to single underscope and put a comment in their header about this naming
Clean up private / package / static namespace issues (function naming, which header file, FUNC_ENTER / LEAVE, etc). Removed remaining personal email addresses from library source code (still needs cleaned from other directories). Misc. warning, style, and whitespace cleanup.
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r-- | src/H5Cprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h index 0ba0234..f82f8df 100644 --- a/src/H5Cprivate.h +++ b/src/H5Cprivate.h @@ -20,8 +20,6 @@ * Purpose: Constants and typedefs available to the rest of the * library. * - * Modifications: - * *------------------------------------------------------------------------- */ @@ -2243,7 +2241,6 @@ H5_DLL herr_t H5C_expunge_entry(H5F_t *f, const H5C_class_t *type, haddr_t addr, unsigned flags); H5_DLL herr_t H5C_flush_cache(H5F_t *f, unsigned flags); H5_DLL herr_t H5C_flush_tagged_entries(H5F_t *f, haddr_t tag); -H5_DLL herr_t H5C_force_cache_image_load(H5F_t * f); H5_DLL herr_t H5C_evict_tagged_entries(H5F_t *f, haddr_t tag, hbool_t match_global); H5_DLL herr_t H5C_expunge_tag_type_metadata(H5F_t *f, haddr_t tag, int type_id, unsigned flags); H5_DLL herr_t H5C_get_tag(const void *thing, /*OUT*/ haddr_t *tag); |