From ea4d18c3d9c3b6c77030abdf2f0509bc68224559 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 25 Nov 2016 17:18:52 -0600 Subject: Remove unnecessary assert. --- testpar/t_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12