summaryrefslogtreecommitdiffstats
path: root/src/H5Fmpi.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-08-27 23:11:19 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-08-27 23:11:19 (GMT)
commit72b9b8ca7535ddce25fe03e6a3b3ae774c88f85b (patch)
tree507b9024a64ba1876c952b676f36eee09d641639 /src/H5Fmpi.c
parentc9f15824fe01c93cd8defbfed2563fd33829d730 (diff)
downloadhdf5-72b9b8ca7535ddce25fe03e6a3b3ae774c88f85b.zip
hdf5-72b9b8ca7535ddce25fe03e6a3b3ae774c88f85b.tar.gz
hdf5-72b9b8ca7535ddce25fe03e6a3b3ae774c88f85b.tar.bz2
Revert " Checkin of fix for CGNS bug"
This reverts commit 94c34773ceae5b30c4afb227d0385ebf4ab6ce28.
Diffstat (limited to 'src/H5Fmpi.c')
-rw-r--r--src/H5Fmpi.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/H5Fmpi.c b/src/H5Fmpi.c
index 8189821..02f93f7 100644
--- a/src/H5Fmpi.c
+++ b/src/H5Fmpi.c
@@ -434,33 +434,5 @@ H5F_mpi_retrieve_comm(hid_t loc_id, hid_t acspl_id, MPI_Comm *mpi_comm)
done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5F_mpi_retrieve_comm */
-
-
-/*-------------------------------------------------------------------------
- * Function: H5F_get_mpi_info
- *
- * Purpose: Retrieves MPI File info.
- *
- * Return: Success: The size (positive)
- * Failure: Negative
- *
- *-------------------------------------------------------------------------
- */
-herr_t
-H5F_get_mpi_info(const H5F_t *f, MPI_Info **f_info)
-{
- herr_t ret_value = SUCCEED;
-
- FUNC_ENTER_NOAPI(FAIL)
-
- HDassert(f && f->shared);
-
- /* Dispatch to driver */
- if ((ret_value = H5FD_get_mpi_info(f->shared->lf, (void **)f_info)) < 0)
- HGOTO_ERROR(H5E_FILE, H5E_CANTGET, FAIL, "can't get mpi file info")
-
-done:
- FUNC_LEAVE_NOAPI(ret_value)
-} /* end H5F_get_mpi_info() */
#endif /* H5_HAVE_PARALLEL */