Remove duplicate definition in parallel API tests (#5221)

This commit is contained in:
Matt L 2025-01-10 06:25:12 -06:00 committed by GitHub
parent 6c6ec4fcd4
commit 6b9612227f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;