diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-16 15:47:10 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:21 (GMT) |
commit | bc69c4177ba47f5916221dd92f587eb5f3f4dfd1 (patch) | |
tree | cb973a5bd7c8a66cc9ed5f4a84c6d33c7aeb36f2 | |
parent | 931bc7fa5173b60aa95584e311118bbebf859820 (diff) | |
download | hdf5-bc69c4177ba47f5916221dd92f587eb5f3f4dfd1.zip hdf5-bc69c4177ba47f5916221dd92f587eb5f3f4dfd1.tar.gz hdf5-bc69c4177ba47f5916221dd92f587eb5f3f4dfd1.tar.bz2 |
Remove duplicate instance
-rw-r--r-- | tools/test/perform/pio_standalone.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/test/perform/pio_standalone.c b/tools/test/perform/pio_standalone.c index 022e390..dd6a61a 100644 --- a/tools/test/perform/pio_standalone.c +++ b/tools/test/perform/pio_standalone.c @@ -162,8 +162,4 @@ print_version(const char *progname) H5_VERS_SUBRELEASE[0] ? "-" : "", H5_VERS_SUBRELEASE); } -#ifdef H5_HAVE_PARALLEL -MPI_Info h5_io_info_g=MPI_INFO_NULL;/* MPI INFO object for IO */ -#endif - |