From d62e0753021df5510b97b38aa632ba570ca84275 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 8 Oct 2020 10:54:04 -0500 Subject: Remove line referencing new cache feature not yet moved --- src/H5Cdbg.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v0.12