Remove unnecessary assert.

This commit is contained in:
Quincey Koziol 2016-11-25 17:18:52 -06:00
parent 98e9194d4f
commit ea4d18c3d9

View File

@ -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;