mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Remove unnecessary assert.
This commit is contained in:
parent
98e9194d4f
commit
ea4d18c3d9
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user