summaryrefslogtreecommitdiffstats
path: root/src/H5FDsubfiling/H5FDsubfiling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDsubfiling/H5FDsubfiling.c')
-rw-r--r--src/H5FDsubfiling/H5FDsubfiling.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/H5FDsubfiling/H5FDsubfiling.c b/src/H5FDsubfiling/H5FDsubfiling.c
index afdf073..e086190 100644
--- a/src/H5FDsubfiling/H5FDsubfiling.c
+++ b/src/H5FDsubfiling/H5FDsubfiling.c
@@ -429,8 +429,6 @@ done:
* Programmer: John Mainzer
* 9/10/17
*
- * Changes: None.
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -945,8 +943,6 @@ done:
* Programmer: John Mainzer
* 9/8/17
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -1028,8 +1024,6 @@ done:
* Programmer: John Mainzer
* 9/8/17
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -1072,8 +1066,6 @@ done:
* Programmer: John Mainzer
* 9/8/17
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2055,8 +2047,6 @@ done:
*
* Programmer: RAW -- ??/??/21
*
- * Changes: None.
- *
* Notes: Thus function doesn't actually implement vector read.
* Instead, it comverts the vector read call into a series
* of scalar read calls. Fix this when time permits.
@@ -2219,8 +2209,6 @@ done:
*
* Programmer: RAW -- ??/??/21
*
- * Changes: None.
- *
* Notes: Thus function doesn't actually implement vector write.
* Instead, it comverts the vector write call into a series
* of scalar read calls. Fix this when time permits.