summaryrefslogtreecommitdiffstats
path: root/testpar/t_coll_chunk.c
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2019-12-06 18:03:19 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:51 (GMT)
commita6e8f34b7b0a8d7a37abc41f9cc7588b7f98cd3f (patch)
treeab7dfe7430b44b3d8b9ea33f045431dc39accacb /testpar/t_coll_chunk.c
parent0c9d2de9e29c5b0d0b0fb1ec07e1d2ae8e2c8f7d (diff)
downloadhdf5-a6e8f34b7b0a8d7a37abc41f9cc7588b7f98cd3f.zip
hdf5-a6e8f34b7b0a8d7a37abc41f9cc7588b7f98cd3f.tar.gz
hdf5-a6e8f34b7b0a8d7a37abc41f9cc7588b7f98cd3f.tar.bz2
remove unsed var,function,macro, etc
Diffstat (limited to 'testpar/t_coll_chunk.c')
-rw-r--r--testpar/t_coll_chunk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testpar/t_coll_chunk.c b/testpar/t_coll_chunk.c
index 40cc1ca..2d758ba 100644
--- a/testpar/t_coll_chunk.c
+++ b/testpar/t_coll_chunk.c
@@ -620,7 +620,6 @@ coll_chunktest(const char* filename,
size_t num_points; /* for point selection */
hsize_t *coords = NULL; /* for point selection */
hsize_t current_dims; /* for point selection */
- int i;
/* set up MPI parameters */
MPI_Comm_size(comm,&mpi_size);