diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-16 15:47:41 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-16 15:47:41 (GMT) |
commit | 0ea37eb9306bb703790a163cc6d1f410a2778bec (patch) | |
tree | c5bac4cdf60161d5181834b2aa4c7b600b4fc089 /tools | |
parent | f9b1805c6e87fb19c4fee64c4791f25c2587e948 (diff) | |
download | hdf5-0ea37eb9306bb703790a163cc6d1f410a2778bec.zip hdf5-0ea37eb9306bb703790a163cc6d1f410a2778bec.tar.gz hdf5-0ea37eb9306bb703790a163cc6d1f410a2778bec.tar.bz2 |
Remove duplicate instance
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/perform/pio_standalone.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/test/perform/pio_standalone.c b/tools/test/perform/pio_standalone.c index 022e390..f6866bb 100644 --- a/tools/test/perform/pio_standalone.c +++ b/tools/test/perform/pio_standalone.c @@ -161,9 +161,3 @@ print_version(const char *progname) progname, H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE, 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 - - |