summaryrefslogtreecommitdiffstats
path: root/src/H5Fmount.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/H5Fmount.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'src/H5Fmount.c')
-rw-r--r--src/H5Fmount.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/H5Fmount.c b/src/H5Fmount.c
index de27989..b2a3134 100644
--- a/src/H5Fmount.c
+++ b/src/H5Fmount.c
@@ -34,9 +34,6 @@ static void H5F__mount_count_ids_recurse(H5F_t *f, unsigned *nopen_files, unsign
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Saturday, July 2, 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -90,9 +87,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Tuesday, October 6, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -253,9 +247,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Tuesday, October 6, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -399,9 +390,6 @@ done:
* Return: Success: TRUE/FALSE
* Failure: (can't happen)
*
- * Programmer: Quincey Koziol
- * Thursday, January 2, 2002
- *
*-------------------------------------------------------------------------
*/
hbool_t
@@ -429,9 +417,6 @@ H5F_is_mount(const H5F_t *file)
*
* Return: void
*
- * Programmer: Quincey Koziol
- * Tuesday, July 19, 2005
- *
*-------------------------------------------------------------------------
*/
static void
@@ -478,9 +463,6 @@ H5F__mount_count_ids_recurse(H5F_t *f, unsigned *nopen_files, unsigned *nopen_ob
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Tues, July 19, 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -510,9 +492,6 @@ H5F__mount_count_ids(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Fri, August 21, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -551,9 +530,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Fri, August 21, 2009
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -586,9 +562,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Tuesday, October 6, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t