Skip to content

Commit 2e85789

Browse files
committed
remove an unused variable
1 parent 76f8076 commit 2e85789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/C/aggregation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ int benchmark_read(char *filename,
413413
config *cfg,
414414
double *timing) /* [5] */
415415
{
416-
int i, j, k, v, n, rank, nprocs, nerrs=0, err, num_reqs, nvars;
416+
int i, k, v, n, rank, nprocs, nerrs=0, err, num_reqs, nvars;
417417
int ncid, dimid, *reqs, *sts, psizes[2];
418418
double **buf;
419419
double start_t, end_t;

0 commit comments

Comments
 (0)