diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-07-01 20:06:22 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-07-01 20:06:22 (GMT) |
commit | 43b3c20c93bc0adbe1af8915ff0c131542da3c7d (patch) | |
tree | 1c6836955ca1f0c977bfdf43e39ea78e792c5569 | |
parent | 8925b3918189d2f060ca34edef4cffba12da8857 (diff) | |
download | hdf5-43b3c20c93bc0adbe1af8915ff0c131542da3c7d.zip hdf5-43b3c20c93bc0adbe1af8915ff0c131542da3c7d.tar.gz hdf5-43b3c20c93bc0adbe1af8915ff0c131542da3c7d.tar.bz2 |
[svn-r25386] remove double declaration of off and len.
-rw-r--r-- | src/H5Smpio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Smpio.c b/src/H5Smpio.c index eab374e..8735ffa 100644 --- a/src/H5Smpio.c +++ b/src/H5Smpio.c @@ -357,8 +357,6 @@ H5S_mpio_permute_type(const H5S_t *space, size_t elmt_size, hsize_t **permute, MPI_Aint *disp = NULL; /* Datatype displacement for each point*/ H5S_sel_iter_t sel_iter; /* Selection iteration info */ hbool_t sel_iter_init = FALSE; /* Selection iteration info has been initialized */ - hsize_t off[H5D_IO_VECTOR_SIZE]; /* Array to store sequence offsets */ - size_t len[H5D_IO_VECTOR_SIZE]; /* Array to store sequence lengths */ hssize_t snum_points; /* Signed number of elements in selection */ hsize_t num_points; /* Number of points in the selection */ size_t max_elem; /* Maximum number of elements allowed in sequences */ |