summaryrefslogtreecommitdiffstats
path: root/src/H5Oshmesg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oshmesg.c')
-rw-r--r--src/H5Oshmesg.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/H5Oshmesg.c b/src/H5Oshmesg.c
index 5c9a199..d5303b7 100644
--- a/src/H5Oshmesg.c
+++ b/src/H5Oshmesg.c
@@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: James Laird
- * Monday, January 29, 2007
- *
+/*
* Purpose: A message holding "implicitly shared object header message"
* information in the superblock extension.
*/
@@ -112,9 +110,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: James Laird
- * Jan 29, 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -146,9 +141,6 @@ H5O__shmesg_encode(H5F_t *f, hbool_t H5_ATTR_UNUSED disable_shared, uint8_t *p,
* Return: Success: Ptr to _DEST
* Failure: NULL
*
- * Programmer: James Laird
- * Jan 29, 2007
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -186,9 +178,6 @@ done:
* Return: Success: Message data size in bytes w/o alignment.
* Failure: 0
*
- * Programmer: James Laird
- * Jan 29, 2007
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -215,9 +204,6 @@ H5O__shmesg_size(const H5F_t *f, hbool_t H5_ATTR_UNUSED disable_shared, const vo
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: James Laird
- * Jan 29, 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t