[svn-r2454] Took out another unneeded assertion which was causing problems.

This commit is contained in:
Quincey Koziol 2000-08-01 14:26:29 -05:00
parent c675419497
commit ed4d48157e

View File

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