summaryrefslogtreecommitdiffstats
path: root/src/H5Cdbg.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-08 15:54:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-08 15:54:04 (GMT)
commitd62e0753021df5510b97b38aa632ba570ca84275 (patch)
tree8e0de772d9992287c1b169fb3fdaee624ab63844 /src/H5Cdbg.c
parentcdbe6b78f0e5dfd90b8a85beeb762b668ba29fe3 (diff)
downloadhdf5-d62e0753021df5510b97b38aa632ba570ca84275.zip
hdf5-d62e0753021df5510b97b38aa632ba570ca84275.tar.gz
hdf5-d62e0753021df5510b97b38aa632ba570ca84275.tar.bz2
Remove line referencing new cache feature not yet moved
Diffstat (limited to 'src/H5Cdbg.c')
-rw-r--r--src/H5Cdbg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Cdbg.c b/src/H5Cdbg.c
index f45e52c..0752673 100644
--- a/src/H5Cdbg.c
+++ b/src/H5Cdbg.c
@@ -278,7 +278,6 @@ H5C_dump_cache_skip_list(H5C_t *cache_ptr, char *calling_fcn)
HDassert(calling_fcn != NULL);
HDfprintf(stdout, "\n\nDumping metadata cache skip list from %s.\n", calling_fcn);
- HDfprintf(stdout, " slist %s.\n", cache_ptr->slist_enabled ? "enabled" : "disabled");
HDfprintf(stdout, " slist len = %" PRIu32 ".\n", cache_ptr->slist_len);
HDfprintf(stdout, " slist size = %zu.\n", cache_ptr->slist_size);