summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5Shyper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c
index 45c4552..f009a06 100644
--- a/src/H5Shyper.c
+++ b/src/H5Shyper.c
@@ -1776,8 +1776,7 @@ H5S_hyper_add (H5S_t *space, H5S_hyper_node_t *piece_lst)
/* Check args */
assert (space);
- assert (start);
- assert (end);
+ assert (piece_lst);
/* Count the number of hyperslab pieces to add to the selection */
piece_count=0;