summaryrefslogtreecommitdiffstats
path: root/src/H5HFhdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HFhdr.c')
-rw-r--r--src/H5HFhdr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5HFhdr.c b/src/H5HFhdr.c
index 69efdbc..cbaa817 100644
--- a/src/H5HFhdr.c
+++ b/src/H5HFhdr.c
@@ -364,9 +364,6 @@ H5HF_hdr_incr(H5HF_hdr_t *hdr)
/* Sanity check */
HDassert(hdr);
-/* XXX: When "un-evictable" feature is finished, mark the header as
- * unevictable on the first block to share it. - QAK
- */
/* Mark header as un-evictable when a block is depending on it */
if(hdr->rc == 0)
if(H5AC_pin_protected_entry(hdr->f, hdr) < 0)