Remove duplicate instance

This commit is contained in:
Allen Byrne
2019-12-16 09:48:02 -06:00
parent 78e6e120e1
commit 6a9ba1401a

View File

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