Skip to content

Commit ccdfdb7

Browse files
committed
Remove out commented code
1 parent 0fe2b7d commit ccdfdb7

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

mpi_test_suite.c

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -496,19 +496,6 @@ int main (int argc, char * argv[])
496496
tst_test_print_failed ();
497497
}
498498

499-
/*
500-
* XXX Disable for Thread Checker test, as we free twice???
501-
*/
502-
/*
503-
tst_comm_cleanup ();
504-
tst_type_cleanup ();
505-
tst_test_cleanup ();
506-
tst_profiling_cleanup ();
507-
free (tst_comm_array);
508-
free (tst_type_array);
509-
free (tst_test_array);
510-
*/
511-
512499
time_stop = MPI_Wtime ();
513500
tst_output_printf (DEBUG_LOG, TST_REPORT_FULL, "(Rank:%d) Overall time taken:%lf\n",
514501
tst_global_rank, time_stop - time_start);

0 commit comments

Comments
 (0)