summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_ref.c
diff options
context:
space:
mode:
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 2d95732..065fce1 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