summaryrefslogtreecommitdiffstats
path: root/src/H5FDprivate.h
diff options
context:
space:
mode:
authormainzer <mainzer#hdfgroup.org>2018-03-12 03:32:09 (GMT)
committermainzer <mainzer#hdfgroup.org>2018-03-12 03:32:09 (GMT)
commit4823abf3ee0d9df1c3f23ae7e36ce4d1d146afd6 (patch)
tree7c39ecc29408838aa7fb85a0e08e398a7aef8da6 /src/H5FDprivate.h
parenta8bea5fd26bbb5ac090c3f137b04b50f431048c6 (diff)
downloadhdf5-4823abf3ee0d9df1c3f23ae7e36ce4d1d146afd6.zip
hdf5-4823abf3ee0d9df1c3f23ae7e36ce4d1d146afd6.tar.gz
hdf5-4823abf3ee0d9df1c3f23ae7e36ce4d1d146afd6.tar.bz2
Removed commented out code from H5FDmpio.c, H5FDprivate.h and H5Fint.c
Tested parallel (debug and production) and serial (production)
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r--src/H5FDprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index f7be327..f7cd931 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -203,9 +203,7 @@ H5_DLL int H5FD_mpi_get_rank(const H5FD_t *file);
H5_DLL int H5FD_mpi_get_size(const H5FD_t *file);
H5_DLL MPI_Comm H5FD_mpi_get_comm(const H5FD_t *_file);
H5_DLL herr_t H5FD_get_mpi_info(H5FD_t *file, void** file_info);
-#if 1 /* JRM */
H5_DLL void H5FD_mpio_mark_pre_trunc_barrier_unecessary(H5FD_t *_file);
-#endif /* JRM */
#endif /* H5_HAVE_PARALLEL */
#endif /* !_H5FDprivate_H */