summaryrefslogtreecommitdiffstats
path: root/src/H5Iint.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/H5Iint.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'src/H5Iint.c')
-rw-r--r--src/H5Iint.c36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/H5Iint.c b/src/H5Iint.c
index 5715583..96ac0a5 100644
--- a/src/H5Iint.c
+++ b/src/H5Iint.c
@@ -213,9 +213,6 @@ done:
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Wednesday, March 24, 1999
- *
*-------------------------------------------------------------------------
*/
int64_t
@@ -247,9 +244,6 @@ done:
*
* Return: Pointer to the unwrapped pointer (can't fail)
*
- * Programmer: Quincey Koziol
- * Friday, October 19, 2018
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -290,9 +284,6 @@ H5I__unwrap(void *object, H5I_type_t type)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Robb Matzke
- * Wednesday, March 24, 1999
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -357,9 +348,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Neil Fortner
- * Friday, July 10, 2015
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -452,9 +440,6 @@ H5I__mark_node(void *_info, void H5_ATTR_UNUSED *key, void *_udata)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Nathaniel Furrer
- * James Laird
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -677,9 +662,6 @@ done:
* with the specified ID.
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Saturday, February 27, 2010
- *
*-------------------------------------------------------------------------
*/
void *
@@ -747,9 +729,6 @@ H5I_object(hid_t id)
* specified ID.
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Wednesday, July 31, 2002
- *
*-------------------------------------------------------------------------
*/
void *
@@ -786,9 +765,6 @@ H5I_object_verify(hid_t id, H5I_type_t type)
* ID types).
* Failure: H5I_BADID
*
- * Programmer: Robb Matzke
- * Friday, February 19, 1999
- *
*-------------------------------------------------------------------------
*/
H5I_type_t
@@ -865,9 +841,6 @@ done:
* calling H5I_object().
* Failure: NULL
*
- * Programmer: James Laird
- * Nat Furrer
- *
*-------------------------------------------------------------------------
*/
void *
@@ -896,9 +869,6 @@ H5I__remove_verify(hid_t id, H5I_type_t type)
* calling H5I_object().
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * October 3, 2013
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -1135,9 +1105,6 @@ done:
* Return: Success: New app. reference count
* Failure: -1
*
- * Programmer: Quincey Koziol
- * Sept 16, 2010
- *
*-------------------------------------------------------------------------
*/
int
@@ -1170,9 +1137,6 @@ done:
* Return: Success: New app. reference count
* Failure: -1
*
- * Programmer: Houjun Tang
- * Oct 21, 2019
- *
*-------------------------------------------------------------------------
*/
int