summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5Shyper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c
index f009a06..36b5c8b 100644
--- a/src/H5Shyper.c
+++ b/src/H5Shyper.c
@@ -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;