summaryrefslogtreecommitdiffstats
path: root/test/vfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vfd.c')
-rw-r--r--test/vfd.c74
1 files changed, 0 insertions, 74 deletions
diff --git a/test/vfd.c b/test/vfd.c
index bef2f51..644d7cd 100644
--- a/test/vfd.c
+++ b/test/vfd.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Raymond Lu
- * Tuesday, Sept 24, 2002
- *
* Purpose: Tests the basic features of Virtual File Drivers
*/
@@ -189,9 +186,6 @@ static herr_t H5FD__ctl_test_vfd_ctl(H5FD_t *_file, uint64_t op_code, uint64_t
* Return: Success: 0
* Failure: -1
*
- * Programmer: Raymond Lu
- * Tuesday, Sept 24, 2002
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -304,9 +298,6 @@ error:
* Return: Success: 0
* Failure: -1
*
- * Programmer: Raymond Lu
- * Tuesday, Sept 24, 2002
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -696,9 +687,6 @@ error:
* Return: Success: 0
* Failure: -1
*
- * Programmer: Raymond Lu
- * Wednesday, 20 September 2006
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -925,9 +913,6 @@ error:
* Return: Success: 0
* Failure: -1
*
- * Programmer: Raymond Lu
- * Thursday, May 19, 2005
- *
*-------------------------------------------------------------------------
*/
/* Disable warning for "format not a string literal" here -QAK */
@@ -1010,9 +995,6 @@ H5_GCC_CLANG_DIAG_ON("format-nonliteral")
*
* Return: SUCCEED/FAIL
*
- * Programmer: Raymond Lu
- * Tuesday, Sept 24, 2002
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1216,9 +1198,6 @@ error:
* Return: Success: 0
* Failure: -1
*
- * Programmer: Raymond Lu
- * June 3, 2005
- *
*-------------------------------------------------------------------------
*/
/* Disable warning for "format not a string literal" here -QAK */
@@ -1322,9 +1301,6 @@ H5_GCC_CLANG_DIAG_ON("format-nonliteral")
*
* Return: SUCCEED/FAIL
*
- * Programmer: Jacob Smith
- * 21 May 2019
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1442,9 +1418,6 @@ error:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Raymond Lu
- * Thursday, May 19, 2005
- *
*-------------------------------------------------------------------------
*/
/* Disable warning for "format not a string literal" here -QAK */
@@ -1482,9 +1455,6 @@ H5_GCC_CLANG_DIAG_ON("format-nonliteral")
*
* Return: SUCCEED/FAIL
*
- * Programmer: Raymond Lu
- * Tuesday, Sept 24, 2002
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1741,9 +1711,6 @@ error:
* Return: Success: 0
* Failure: -1
*
- * Programmer: Raymond Lu
- * 21 June 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1926,9 +1893,6 @@ error:
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * Tuesday, March 22, 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2052,9 +2016,6 @@ error:
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * Tuesday, March 22, 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2159,9 +2120,6 @@ error:
* Return: Success: 0
* Failure: -1
*
- * Programmer: Dana Robinson
- * Tuesday, March 22, 2011
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -2291,9 +2249,6 @@ error:
* Return: Success: 0
* Failure: -1
*
- * Programmer: John Mainzer
- * 7/12/17
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -3487,8 +3442,6 @@ error:
*
* Return: void.
*
- * Programmer: JRM -- 6/20/20
- *
*****************************************************************************/
static void
setup_rand(void)
@@ -4042,9 +3995,6 @@ error:
* Return: Return TRUE if successful, and FALSE if any errors
* are encountered.
*
- * Programmer: John Mainzer
- * 6/21/20
- *
*-------------------------------------------------------------------------
*/
@@ -4144,9 +4094,6 @@ test_vector_io__setup_v(uint32_t count, H5FD_mem_t types[], haddr_t addrs[], siz
* Return: Return TRUE if successful, and FALSE if any errors
* are encountered.
*
- * Programmer: John Mainzer
- * 3/10/21
- *
*-------------------------------------------------------------------------
*/
@@ -4277,9 +4224,6 @@ test_vector_io__setup_fixed_size_v(uint32_t count, H5FD_mem_t types[], haddr_t a
* Return: Return TRUE if successful, and FALSE if any errors
* are encountered.
*
- * Programmer: John Mainzer
- * 6/21/20
- *
*-------------------------------------------------------------------------
*/
@@ -4328,9 +4272,6 @@ test_vector_io__read_v_indiv(H5FD_t *lf, uint32_t count, H5FD_mem_t types[], had
* Return: Return TRUE if successful, and FALSE if any errors
* are encountered.
*
- * Programmer: John Mainzer
- * 6/21/20
- *
*-------------------------------------------------------------------------
*/
@@ -4377,9 +4318,6 @@ test_vector_io__write_v_indiv(H5FD_t *lf, uint32_t count, H5FD_mem_t types[], ha
* Return: TRUE if the read and write vectors are identical, and
* FALSE otherwise.
*
- * Programmer: John Mainzer
- * 6/21/20
- *
*-------------------------------------------------------------------------
*/
@@ -4446,9 +4384,6 @@ test_vector_io__verify_v(uint32_t count, H5FD_mem_t types[], size_t sizes[], con
*
* Return: void.
*
- * Programmer: John Mainzer
- * 6/21/20
- *
*-------------------------------------------------------------------------
*/
@@ -4520,9 +4455,6 @@ test_vector_io__dump_test_vectors(uint32_t count, H5FD_mem_t types[], haddr_t ad
* Return: Success: 0
* Failure: -1
*
- * Programmer: John Mainzer
- * 6/20/20
- *
*-------------------------------------------------------------------------
*/
#define VECTOR_LEN 16
@@ -5010,9 +4942,6 @@ error:
* Return: Success: TRUE
* Failure: FALSE
*
- * Programmer: Neil Fortner
- * 7/1/21
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -5084,9 +5013,6 @@ error:
* Return: Success: 0
* Failure: -1
*
- * Programmer: Neil Fortner
- * 7/1/21
- *
*-------------------------------------------------------------------------
*/
static herr_t