diff options
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r-- | src/H5Sprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index bc0fff0..47d73fe 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -110,7 +110,6 @@ typedef struct { size_t count; /* Number of nodes in list */ H5S_hyper_node_t *head; /* Pointer to head of hyperslab list */ H5S_hyper_bound_t **lo_bounds; /* Lower (closest to the origin) bound array for each dimension */ - H5S_hyper_bound_t **hi_bounds; /* Upper (farthest from the origin) bound array for each dimension */ } H5S_hyper_list_t; /* Information about one dimension in a hyperslab selection */ |