summaryrefslogtreecommitdiffstats
path: root/src/H5HG.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-27 21:08:47 (GMT)
committerGitHub <noreply@github.com>2023-07-27 21:08:47 (GMT)
commit61186204c020a81b5b0044a3b5e08311ccf1424d (patch)
treed39acd70c119e92640277d4f595963f07d77f13c /src/H5HG.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
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 f608489..1d8bf81 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
@@ -227,9 +221,6 @@ done:
*
* Return: Pointer to indirect block on success, NULL on failure
*
- * Programmer: Quincey Koziol
- * Wednesday, May 5, 2010
- *
*-------------------------------------------------------------------------
*/
H5HG_heap_t *
@@ -274,9 +265,6 @@ done:
*
* Failure: 0
*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -395,9 +383,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Saturday, June 12, 2004
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -484,9 +469,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Friday, March 27, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -569,9 +551,6 @@ done:
*
* Failure: NULL
*
- * Programmer: Robb Matzke
- * Monday, March 30, 1998
- *
*-------------------------------------------------------------------------
*/
void *
@@ -642,9 +621,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Monday, March 30, 1998
- *
*-------------------------------------------------------------------------
*/
int
@@ -695,9 +671,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Neil Fortner
- * Thursday, February 12, 2015
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -737,9 +710,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Monday, March 30, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -832,9 +802,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Wednesday, January 15, 2003
- *
*-------------------------------------------------------------------------
*/
herr_t