summaryrefslogtreecommitdiffstats
path: root/test/file_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/file_image.c')
-rw-r--r--test/file_image.c36
1 files changed, 0 insertions, 36 deletions
diff --git a/test/file_image.c b/test/file_image.c
index 28f56d4..0f76630 100644
--- a/test/file_image.c
+++ b/test/file_image.c
@@ -74,9 +74,6 @@ typedef struct {
* Returns: Success: 0
* Failure: 1
*
- * Programmer: Jacob Gruber
- * Monday, August 22, 2011
- *
******************************************************************************
*/
static int
@@ -175,9 +172,6 @@ error:
*
* Returns: The result of a standard malloc
*
- * Programmer: Jacob Gruber
- * Monday, August 22, 2011
- *
******************************************************************************
*/
static void *
@@ -197,9 +191,6 @@ malloc_cb(size_t size, H5FD_file_image_op_t op, void *udata)
*
* Returns: The result of a standard memcpy
*
- * Programmer: Jacob Gruber
- * Monday, August 22, 2011
- *
******************************************************************************
*/
static void *
@@ -219,9 +210,6 @@ memcpy_cb(void *dest, const void *src, size_t size, H5FD_file_image_op_t op, voi
*
* Returns: The result of a standard realloc
*
- * Programmer: Jacob Gruber
- * Monday, August 22, 2011
- *
******************************************************************************
*/
static void *
@@ -239,9 +227,6 @@ realloc_cb(void *ptr, size_t size, H5FD_file_image_op_t op, void *udata)
*
* Purpose: This function allows calls to the free callback to be tracked.
*
- * Programmer: Jacob Gruber
- * Monday, August 22, 2011
- *
******************************************************************************
*/
static herr_t
@@ -264,9 +249,6 @@ free_cb(void *ptr, H5FD_file_image_op_t op, void *udata)
*
* Returns: A pointer to the same udata that was passed in.
*
- * Programmer: Jacob Gruber
- * Monday, August 22, 2011
- *
******************************************************************************
*/
static void *
@@ -287,9 +269,6 @@ udata_copy_cb(void *udata)
* udata_copy callback doesn't copy, only one instance of the udata
* is kept alive and such it must be freed explicitly at the end of the tests.
*
- * Programmer: Jacob Gruber
- * Monday, August 22, 2011
- *
******************************************************************************
*/
static herr_t
@@ -307,9 +286,6 @@ udata_free_cb(void *udata)
* Purpose: Resets the udata to default values. This facilitates storing only
* the results of a single operation in the udata.
*
- * Programmer: Jacob Gruber
- * Monday, August 22, 2011
- *
******************************************************************************
*/
static void
@@ -324,9 +300,6 @@ reset_udata(udata_t *u)
*
* Purpose: Tests that callbacks are called properly in property list functions.
*
- * Programmer: Jacob Gruber
- * Monday, August 22, 2011
- *
******************************************************************************
*/
static int
@@ -543,9 +516,6 @@ error:
* Purpose: Tests that callbacks are called properly in the core VFD and
* that the initial file image works properly.
*
- * Programmer: Jacob Gruber
- * Monday, August 22, 2011
- *
******************************************************************************
*/
static int
@@ -696,9 +666,6 @@ error:
*
* Purpose: Test the H5Fget_file_image() call.
*
- * Programmer: John Mainzer
- * Tuesday, November 15, 2011
- *
******************************************************************************
*/
/* Disable warning for "format not a string literal" here -QAK */
@@ -978,9 +945,6 @@ H5_GCC_CLANG_DIAG_ON("format-nonliteral")
*
* Purpose: Verify that H5Fget_file_image() rejects invalid input.
*
- * Programmer: John Mainzer
- * Tuesday, November 22, 2011
- *
******************************************************************************
*/