Skip to content

Commit

Permalink
Remove duplicate definition in parallel API tests (#5221)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Jan 10, 2025
1 parent 6c6ec4f commit 6b96122
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testpar/API/H5_api_test_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ char H5_api_test_parallel_filename[H5_API_TEST_FILENAME_MAX_LENGTH];

const char *test_path_prefix;

size_t n_tests_run_g;
size_t n_tests_passed_g;
size_t n_tests_failed_g;
size_t n_tests_skipped_g;

int mpi_size;
int mpi_rank;

Expand Down

0 comments on commit 6b96122

Please sign in to comment.