mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r2454] Took out another unneeded assertion which was causing problems.
This commit is contained in:
parent
c675419497
commit
ed4d48157e
@ -1776,7 +1776,6 @@ H5S_hyper_add (H5S_t *space, H5S_hyper_node_t *piece_lst)
|
||||
|
||||
/* Check args */
|
||||
assert (space);
|
||||
assert (piece_lst);
|
||||
|
||||
/* Count the number of hyperslab pieces to add to the selection */
|
||||
piece_count=0;
|
||||
|
Loading…
Reference in New Issue
Block a user