diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-21 18:00:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 18:00:14 (GMT) |
commit | ef24087b1712260d970ec78731cdfbdde8e141e9 (patch) | |
tree | 7f6d907a14cd0c666904d5eeaefd87bb58eee5d0 /src/H5Fprivate.h | |
parent | 56513d9df75de92bb96f24e9d0e5e30dce54d065 (diff) | |
download | hdf5-ef24087b1712260d970ec78731cdfbdde8e141e9.zip hdf5-ef24087b1712260d970ec78731cdfbdde8e141e9.tar.gz hdf5-ef24087b1712260d970ec78731cdfbdde8e141e9.tar.bz2 |
Remove H5F_evict_tagged_metadata() (#3165)
The rest of the library just calls H5AC_evict_tagged_metadata()
directly.
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 4938008..319ba3a 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -604,7 +604,6 @@ H5_DLL herr_t H5F_shared_vector_write(H5F_shared_t *f_sh, uint32_t count, H5FD_m /* Functions that flush or evict */ H5_DLL herr_t H5F_flush_tagged_metadata(H5F_t *f, haddr_t tag); -H5_DLL herr_t H5F_evict_tagged_metadata(H5F_t *f, haddr_t tag); /* Functions that verify a piece of metadata with checksum */ H5_DLL herr_t H5F_get_checksums(const uint8_t *buf, size_t chk_size, uint32_t *s_chksum, uint32_t *c_chksum); |