diff options
Diffstat (limited to 'src/H5FDmpio.h')
-rw-r--r-- | src/H5FDmpio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDmpio.h b/src/H5FDmpio.h index 4750ef2..45e6069 100644 --- a/src/H5FDmpio.h +++ b/src/H5FDmpio.h @@ -61,7 +61,6 @@ __DLL__ herr_t H5FD_mpio_setup(H5FD_t *_file, MPI_Datatype btype, MPI_Datatype f haddr_t disp, hbool_t use_types); __DLL__ herr_t H5FD_mpio_wait_for_left_neighbor(H5FD_t *file); __DLL__ herr_t H5FD_mpio_signal_right_neighbor(H5FD_t *file); -__DLL__ herr_t H5FD_mpio_closing(H5FD_t *file); __DLL__ int H5FD_mpio_mpi_rank(H5FD_t *_file); __DLL__ int H5FD_mpio_mpi_size(H5FD_t *_file); #ifdef __cplusplus |