summaryrefslogtreecommitdiffstats
path: root/testpar/t_cache.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2016-11-28 01:00:12 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2016-11-28 01:00:12 (GMT)
commit460b573a73e1cfa73ad16dc7fff286fd561ff735 (patch)
tree71fab2b5a5779b54b5fdac00963c44458ba00f6b /testpar/t_cache.c
parent61e0a035bcc96b4fa38e443332bcbb6041e56b5d (diff)
downloadhdf5-460b573a73e1cfa73ad16dc7fff286fd561ff735.zip
hdf5-460b573a73e1cfa73ad16dc7fff286fd561ff735.tar.gz
hdf5-460b573a73e1cfa73ad16dc7fff286fd561ff735.tar.bz2
Eliminate unnecessary data structure for parallel collective metadata cache I/O
Diffstat (limited to 'testpar/t_cache.c')
-rw-r--r--testpar/t_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c
index 0fa0096..ef89c8d 100644
--- a/testpar/t_cache.c
+++ b/testpar/t_cache.c
@@ -2522,7 +2522,6 @@ datum_serialize(const H5F_t *f,
HDassert( aux_ptr );
HDassert( aux_ptr->magic == H5AC__H5AC_AUX_T_MAGIC );
-// HDassert( entry_ptr->aux_ptr == NULL );
entry_ptr->aux_ptr = aux_ptr;