summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Shyper.c')
-rw-r--r--src/H5Shyper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c
index af37b81..6c94b4d 100644
--- a/src/H5Shyper.c
+++ b/src/H5Shyper.c
@@ -2131,7 +2131,6 @@ H5S_hyper_serialize (const H5S_t *space, uint8_t *buf)
/* Check for a "regular" hyperslab selection */
if(space->select.sel_info.hslab->diminfo_valid) {
- unsigned u; /* Local counting variable */
/* Encode number of hyperslabs */
H5_CHECK_OVERFLOW(block_count, hsize_t, uint32_t);