Skip to content

Commit

Permalink
removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 20, 2019
1 parent cffcd55 commit 0869129
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clib/pio_rearrange.c
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,6 @@ void performance_tune_rearranger(iosystem_desc_t *ios, io_desc_t *iodesc)
if (!(wall = bget(2 * 4 * log2 * sizeof(double))))
return pio_err(ios, file, PIO_ENOMEM, __FILE__, __LINE__);
double mintime;
int k = 0;

if ((mpierr = MPI_Barrier(mycomm)))
return check_mpi(NULL, mpierr, __FILE__, __LINE__);
Expand Down

0 comments on commit 0869129

Please sign in to comment.