summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <quincey@koziol.cc>2023-04-13 18:25:50 (GMT)
committerGitHub <noreply@github.com>2023-04-13 18:25:50 (GMT)
commit6e90b1fdb6f69a09089905d7a3346ce944a779f3 (patch)
tree5641a0e2729c8afc7d043ee0fef3244cbf9ecde2 /src/H5Cprivate.h
parent2ecfba97ddb728aaf977c75972efe6bd451673a4 (diff)
downloadhdf5-6e90b1fdb6f69a09089905d7a3346ce944a779f3.zip
hdf5-6e90b1fdb6f69a09089905d7a3346ce944a779f3.tar.gz
hdf5-6e90b1fdb6f69a09089905d7a3346ce944a779f3.tar.bz2
Refactor H5C_entry_in_skip_list (#2719)
* Refactor H5C__entry_in_skip_list to package scope
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index 855557d..a5330ce 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -2266,10 +2266,6 @@ H5_DLL herr_t H5C_cache_image_status(H5F_t *f, hbool_t *load_ci_ptr, hbool_t *
H5_DLL hbool_t H5C_cache_image_pending(const H5C_t *cache_ptr);
H5_DLL herr_t H5C_get_mdc_image_info(const H5C_t *cache_ptr, haddr_t *image_addr, hsize_t *image_len);
-#ifdef H5C_DO_SLIST_SANITY_CHECKS
-H5_DLL hbool_t H5C_entry_in_skip_list(H5C_t *cache_ptr, H5C_cache_entry_t *target_ptr);
-#endif
-
/* Logging functions */
H5_DLL herr_t H5C_start_logging(H5C_t *cache);
H5_DLL herr_t H5C_stop_logging(H5C_t *cache);