diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-16 15:47:10 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-16 15:47:10 (GMT) |
commit | a96664020809e451ddfe67928ac7163f03951d89 (patch) | |
tree | 1282893ba0fe001b148c0663616a05ebc1532c12 /tools/test | |
parent | 568e30ef0d40f9a296b387f4ec4f42d2cbbbd641 (diff) | |
download | hdf5-a96664020809e451ddfe67928ac7163f03951d89.zip hdf5-a96664020809e451ddfe67928ac7163f03951d89.tar.gz hdf5-a96664020809e451ddfe67928ac7163f03951d89.tar.bz2 |
Remove duplicate instance
Diffstat (limited to 'tools/test')
-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 - |