summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5Cmpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Cmpio.c b/src/H5Cmpio.c
index e529c58..6c0c015 100644
--- a/src/H5Cmpio.c
+++ b/src/H5Cmpio.c
@@ -457,7 +457,7 @@ H5C_construct_candidate_list__clean_cache(H5C_t *cache_ptr)
entry_ptr = cache_ptr->dLRU_tail_ptr;
while ((nominated_entries_size < space_needed) &&
- ((!cache_ptr->slist_enabled) || (nominated_entries_count < cache_ptr->slist_len)) &&
+ (nominated_entries_count < cache_ptr->slist_len) &&
(entry_ptr != NULL)) {
HDassert(!(entry_ptr->is_protected));