summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_ref.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /tools/lib/h5tools_ref.c
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
Diffstat (limited to 'tools/lib/h5tools_ref.c')
-rw-r--r--tools/lib/h5tools_ref.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/lib/h5tools_ref.c b/tools/lib/h5tools_ref.c
index 59f9ece..e7858c8 100644
--- a/tools/lib/h5tools_ref.c
+++ b/tools/lib/h5tools_ref.c
@@ -49,8 +49,6 @@ static int ref_path_table_put(const char *, const H5O_token_t *token);
*
* Return: Non-negative on success, negative on failure
*
- * Programmer: Quincey Koziol
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -72,8 +70,6 @@ free_ref_path_info(void *item, void H5_ATTR_UNUSED *key, void H5_ATTR_UNUSED *op
*
* Return: Error status.
*
- * Programmer: REMcG
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -124,8 +120,6 @@ ref_path_table_cmp(const void *key1, const void *key2)
*
* Return: Non-negative on success, negative on failure
*
- * Programmer: Quincey Koziol
- *
*-------------------------------------------------------------------------
*/
static int
@@ -156,8 +150,6 @@ init_ref_path_table(void)
*
* Return: Non-negative on success, negative on failure
*
- * Programmer: Quincey Koziol
- *
*-------------------------------------------------------------------------
*/
int
@@ -181,8 +173,6 @@ term_ref_path_table(void)
* parameter if the table entry is found by the given path
* name.
*
- * Programmer: REMcG
- *
*-------------------------------------------------------------------------
*/
int
@@ -229,8 +219,6 @@ ref_path_table_lookup(const char *thepath, H5O_token_t *token)
*
* Return: Non-negative on success, negative on failure
*
- * Programmer: REMcG
- *
*-------------------------------------------------------------------------
*/
static int
@@ -312,8 +300,6 @@ ref_path_table_gen_fake(const char *path, H5O_token_t *token)
*
* Return: Return a path to the object, or NULL if not found.
*
- * Programmer: REMcG
- *
*-------------------------------------------------------------------------
*/
const char *
@@ -371,8 +357,6 @@ lookup_ref_path(H5R_ref_t refbuf)
*
* Return: Error status.
*
- * Programmer: REMcG
- *
*-------------------------------------------------------------------------
*/
herr_t