From 3651a0a0bfc5b39fe45eb3c8c473dc705c21572f Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 1 Aug 2000 10:54:39 -0500 Subject: [svn-r2450] Remove asserts on non-existent variables.. --- src/H5Shyper.c | 3 +-- 1 file changed, 1 insertion(+), 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; -- cgit v0.12