summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpi.c
diff options
context:
space:
mode:
authorQuincey Koziol <quincey@koziol.cc>2023-04-11 14:41:32 (GMT)
committerGitHub <noreply@github.com>2023-04-11 14:41:32 (GMT)
commit49a71463a064a80aec7f67d6de008d892954febf (patch)
tree4e0d432ab31655d169ce88a14dff70f2d0cefc2a /src/H5FDmpi.c
parent1ad030f6696159c498880a4d785f9a2f7ae6fd32 (diff)
downloadhdf5-49a71463a064a80aec7f67d6de008d892954febf.zip
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.gz
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.bz2
Comment cleanup (#2689)
* Clean up content and redundant logging in comments.
Diffstat (limited to 'src/H5FDmpi.c')
-rw-r--r--src/H5FDmpi.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/H5FDmpi.c b/src/H5FDmpi.c
index e71c739..b7b7489 100644
--- a/src/H5FDmpi.c
+++ b/src/H5FDmpi.c
@@ -40,16 +40,6 @@
* Programmer: Quincey Koziol
* Friday, January 30, 2004
*
- * Changes: Reworked function to use the ctl callback so we can get
- * rid of H5FD_class_mpi_t. Since there are no real limits
- * on what the ctl callback can do, its file parameter can't
- * be constant. Thus, I had to remove the const qualifier
- * on this functions file parameter as well. Note also the
- * circumlocution required to use the ctl callbacks output
- * parameter to pass back the rank without introducing
- * compiler warnings.
- * JRM -- 8/13/21
- *
*-------------------------------------------------------------------------
*/
int
@@ -92,16 +82,6 @@ done:
* Programmer: Quincey Koziol
* Friday, January 30, 2004
*
- * Changes: Reworked function to use the ctl callback so we can get
- * rid of H5FD_class_mpi_t. Since there are no real limits
- * on what the ctl callback can do, its file parameter can't
- * be constant. Thus, I had to remove the const qualifier
- * on this functions file parameter as well. Note also the
- * circumlocution required to use the ctl callbacks output
- * parameter to pass back the rank without introducing
- * compiler warnings.
- * JRM -- 8/13/21
- *
*-------------------------------------------------------------------------
*/
int
@@ -145,16 +125,6 @@ done:
* Programmer: Quincey Koziol
* Friday, January 30, 2004
*
- * Changes: Reworked function to use the ctl callback so we can get
- * rid of H5FD_class_mpi_t. Since there are no real limits
- * on what the ctl callback can do, its file parameter can't
- * be constant. Thus, I had to remove the const qualifier
- * on this functions file parameter as well. Note also the
- * circumlocution required to use the ctl callbacks output
- * parameter to pass back the rank without introducing
- * compiler warnings.
- * JRM -- 8/13/21
- *
*-------------------------------------------------------------------------
*/
MPI_Comm