diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-01-15 15:32:23 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-01-15 15:32:23 (GMT) |
commit | cb6d2f2a45bfc24ccb15a880f9a9397550a8e90e (patch) | |
tree | 66b31057bf29fe6d59d102a3cb3f494c05b8ccac /src/H5FDmpi.c | |
parent | c326a3bd9ce1d484e3e28c7557ab470e738de51f (diff) | |
download | hdf5-cb6d2f2a45bfc24ccb15a880f9a9397550a8e90e.zip hdf5-cb6d2f2a45bfc24ccb15a880f9a9397550a8e90e.tar.gz hdf5-cb6d2f2a45bfc24ccb15a880f9a9397550a8e90e.tar.bz2 |
[svn-r23165] HDFF-8203 Break H5FDmpi.h header into public and private components
https://jira.hdfgroup.uiuc.edu/browse/HDFFV-8203
tested: h5committest
Diffstat (limited to 'src/H5FDmpi.c')
-rw-r--r-- | src/H5FDmpi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5FDmpi.c b/src/H5FDmpi.c index 866a2cf..295e3c9f 100644 --- a/src/H5FDmpi.c +++ b/src/H5FDmpi.c @@ -29,11 +29,6 @@ #include "H5FDmpi.h" /* Common MPI file driver */ #include "H5Pprivate.h" /* Property lists */ -/* - * The view is set to this value - */ -char H5FD_mpi_native_g[] = "native"; - #ifdef H5_HAVE_PARALLEL |