summaryrefslogtreecommitdiffstats
path: root/src/H5HG.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HG.c')
-rw-r--r--src/H5HG.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/H5HG.c b/src/H5HG.c
index 9e11bf1..45301d2 100644
--- a/src/H5HG.c
+++ b/src/H5HG.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- *
* Purpose: Operations on the global heap. The global heap is the set of
* all collections and each collection contains one or more
* global heap objects. An object belongs to exactly one
@@ -114,9 +111,6 @@ H5FL_BLK_DEFINE(gheap_chunk);
*
* Failure: NULL
*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -219,9 +213,6 @@ done:
*
* Return: Pointer to indirect block on success, NULL on failure
*
- * Programmer: Quincey Koziol
- * Wednesday, May 5, 2010
- *
*-------------------------------------------------------------------------
*/
H5HG_heap_t *
@@ -266,9 +257,6 @@ done:
*
* Failure: 0
*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -387,9 +375,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Saturday, June 12, 2004
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -476,9 +461,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -556,9 +538,6 @@ done:
*
* Failure: NULL
*
- * Programmer: Robb Matzke
- * Monday, March 30, 1998
- *
*-------------------------------------------------------------------------
*/
void *
@@ -629,9 +608,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Monday, March 30, 1998
- *
*-------------------------------------------------------------------------
*/
int
@@ -682,9 +658,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Neil Fortner
- * Thursday, February 12, 2015
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -724,9 +697,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Monday, March 30, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -819,9 +789,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Wednesday, January 15, 2003
- *
*-------------------------------------------------------------------------
*/
herr_t