summaryrefslogtreecommitdiffstats
path: root/src/H5Orefcount.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/H5Orefcount.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'src/H5Orefcount.c')
-rw-r--r--src/H5Orefcount.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/H5Orefcount.c b/src/H5Orefcount.c
index b0910e6..add9a8b 100644
--- a/src/H5Orefcount.c
+++ b/src/H5Orefcount.c
@@ -123,9 +123,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Mar 10 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -159,9 +156,6 @@ H5O__refcount_encode(H5F_t H5_ATTR_UNUSED *f, hbool_t H5_ATTR_UNUSED disable_sha
* Return: Success: Ptr to _DEST
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Mar 10 2007
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -198,9 +192,6 @@ done:
* Return: Success: Message data size in bytes without alignment.
* Failure: zero
*
- * Programmer: Quincey Koziol
- * Mar 10 2007
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -225,9 +216,6 @@ H5O__refcount_size(const H5F_t H5_ATTR_UNUSED *f, hbool_t H5_ATTR_UNUSED disable
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Tuesday, March 10, 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -251,9 +239,6 @@ H5O__refcount_free(void *mesg)
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Saturday, March 10, 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -282,9 +267,6 @@ H5O__refcount_pre_copy_file(H5F_t H5_ATTR_UNUSED *file_src, const void H5_ATTR_U
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Mar 6 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t