summaryrefslogtreecommitdiffstats
path: root/src/H5Cdbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Cdbg.c')
-rw-r--r--src/H5Cdbg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/H5Cdbg.c b/src/H5Cdbg.c
index 4d74a0a..0dc9756 100644
--- a/src/H5Cdbg.c
+++ b/src/H5Cdbg.c
@@ -259,12 +259,6 @@ H5C_dump_cache_LRU(H5C_t *cache_ptr, const char *cache_name)
* Programmer: John Mainzer
* 11/15/14
*
- * Changes: Updated function for the slist_enabled field in H5C_t.
- * Recall that to minimize slist overhead, the slist is
- * empty and not maintained if cache_ptr->slist_enabled is
- * false.
- * JRM -- 5/6/20
- *
*-------------------------------------------------------------------------
*/
#ifndef NDEBUG