summaryrefslogtreecommitdiffstats
path: root/testpar/t_cache.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2016-11-25 23:18:52 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2016-11-25 23:18:52 (GMT)
commitea4d18c3d9c3b6c77030abdf2f0509bc68224559 (patch)
tree5fa6f8c47cc3b83f0ef10073b8073f977d9ef9b8 /testpar/t_cache.c
parent98e9194d4f92a65c41f28efe721e05b50c3ea444 (diff)
downloadhdf5-ea4d18c3d9c3b6c77030abdf2f0509bc68224559.zip
hdf5-ea4d18c3d9c3b6c77030abdf2f0509bc68224559.tar.gz
hdf5-ea4d18c3d9c3b6c77030abdf2f0509bc68224559.tar.bz2
Remove unnecessary assert.
Diffstat (limited to 'testpar/t_cache.c')
-rw-r--r--testpar/t_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c
index 066dd77..0fa0096 100644
--- a/testpar/t_cache.c
+++ b/testpar/t_cache.c
@@ -2522,7 +2522,7 @@ datum_serialize(const H5F_t *f,
HDassert( aux_ptr );
HDassert( aux_ptr->magic == H5AC__H5AC_AUX_T_MAGIC );
- HDassert( entry_ptr->aux_ptr == NULL );
+// HDassert( entry_ptr->aux_ptr == NULL );
entry_ptr->aux_ptr = aux_ptr;