summaryrefslogtreecommitdiffstats
path: root/src/H5HFman.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/H5HFman.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'src/H5HFman.c')
-rw-r--r--src/H5HFman.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/H5HFman.c b/src/H5HFman.c
index b0de905..5d3360f 100644
--- a/src/H5HFman.c
+++ b/src/H5HFman.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5HFman.c
- * Feb 24 2006
- * Quincey Koziol
*
* Purpose: "Managed" object routines for fractal heaps.
*
@@ -87,9 +85,6 @@ static herr_t H5HF__man_op_real(H5HF_hdr_t *hdr, const uint8_t *id, H5HF_operato
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Mar 13 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -211,9 +206,6 @@ done:
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Dana Robinson
- * August 2012
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -248,9 +240,6 @@ H5HF__man_get_obj_len(H5HF_hdr_t *hdr, const uint8_t *id, size_t *obj_len_p)
*
* Return: SUCCEED (Can't fail)
*
- * Programmer: Quincey Koziol
- * Aug 20 2015
- *
*-------------------------------------------------------------------------
*/
void
@@ -282,9 +271,6 @@ H5HF__man_get_obj_off(const H5HF_hdr_t *hdr, const uint8_t *id, hsize_t *obj_off
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Mar 17 2006
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -433,9 +419,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Mar 17 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -467,9 +450,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Dec 18 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -508,9 +488,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Sept 11 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -542,9 +519,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * May 15 2006
- *
*-------------------------------------------------------------------------
*/
herr_t