From a6e81cf18719bf8f18e226e229ec0e2c40d46871 Mon Sep 17 00:00:00 2001 From: Richard Warren Date: Thu, 1 Mar 2018 15:38:03 -0500 Subject: Remove unused variables that were commented out in t_pread.c --- testpar/t_pread.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/testpar/t_pread.c b/testpar/t_pread.c index 610d95f..3d150af 100644 --- a/testpar/t_pread.c +++ b/testpar/t_pread.c @@ -49,7 +49,6 @@ static int generate_test_file(MPI_Comm comm, int mpi_rank, int group); static int test_parallel_read(MPI_Comm comm, int mpi_rank, int group); static char *test_argv0 = NULL; -// extern char *dirname(char *path); /* Avoids additional includes */ /*------------------------------------------------------------------------- @@ -93,8 +92,6 @@ generate_test_file( MPI_Comm comm, int mpi_rank, int group_id ) const char *failure_mssg = NULL; char *group_filename = NULL; char data_filename[FILENAME_BUF_SIZE]; - // char reloc_data_filename[FILENAME_BUF_SIZE]; - // char prolog_filename[FILENAME_BUF_SIZE]; int file_index = 0; int group_size; int group_rank; -- cgit v0.12