diff options
author | Quincey Koziol <koziol@lbl.gov> | 2016-11-25 23:18:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@lbl.gov> | 2016-11-25 23:18:52 (GMT) |
commit | ea4d18c3d9c3b6c77030abdf2f0509bc68224559 (patch) | |
tree | 5fa6f8c47cc3b83f0ef10073b8073f977d9ef9b8 | |
parent | 98e9194d4f92a65c41f28efe721e05b50c3ea444 (diff) | |
download | hdf5-ea4d18c3d9c3b6c77030abdf2f0509bc68224559.zip hdf5-ea4d18c3d9c3b6c77030abdf2f0509bc68224559.tar.gz hdf5-ea4d18c3d9c3b6c77030abdf2f0509bc68224559.tar.bz2 |
Remove unnecessary assert.
-rw-r--r-- | testpar/t_cache.c | 2 |
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; |