summaryrefslogtreecommitdiffstats
path: root/test/tfile.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-27 21:08:47 (GMT)
committerGitHub <noreply@github.com>2023-07-27 21:08:47 (GMT)
commit61186204c020a81b5b0044a3b5e08311ccf1424d (patch)
treed39acd70c119e92640277d4f595963f07d77f13c /test/tfile.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'test/tfile.c')
-rw-r--r--test/tfile.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/tfile.c b/test/tfile.c
index 66ae7d7..303d8de 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -3213,8 +3213,6 @@ cal_chksum(const char *file, uint32_t *chksum)
** the superblock is used), this test is changed to use checksum
** instead of timestamp to verify the file is not changed.
**
-** Programmer: Vailin Choi; July 2013
-**
*****************************************************************/
static void
test_rw_noupdate(void)
@@ -3260,9 +3258,6 @@ test_rw_noupdate(void)
** test_userblock_alignment_helper1(): helper routine for
** test_userblock_alignment() test, to handle common testing
**
-** Programmer: Quincey Koziol
-** Septmber 10, 2009
-**
*****************************************************************/
static int
test_userblock_alignment_helper1(hid_t fcpl, hid_t fapl)
@@ -3321,9 +3316,6 @@ test_userblock_alignment_helper1(hid_t fcpl, hid_t fapl)
** test_userblock_alignment_helper2(): helper routine for
** test_userblock_alignment() test, to handle common testing
**
-** Programmer: Quincey Koziol
-** Septmber 10, 2009
-**
*****************************************************************/
static int
test_userblock_alignment_helper2(hid_t fapl, hbool_t open_rw)
@@ -3390,9 +3382,6 @@ test_userblock_alignment_helper2(hid_t fapl, hbool_t open_rw)
** This test checks to ensure that files with both a userblock and a
** object [allocation] alignment size set interact properly.
**
-** Programmer: Quincey Koziol
-** Septmber 8, 2009
-**
*****************************************************************/
static void
test_userblock_alignment(const char *env_h5_drvr)
@@ -3613,8 +3602,6 @@ test_userblock_alignment(const char *env_h5_drvr)
** -- alignment via H5Pset_alignment
** -- alignment via paged aggregation
**
-** Programmer: Vailin Choi; March 2013
-**
*****************************************************************/
static void
test_userblock_alignment_paged(const char *env_h5_drvr)
@@ -8222,9 +8209,6 @@ test_file(void)
*
* Return: none
*
- * Programmer: Albert Cheng
- * July 2, 1998
- *
*-------------------------------------------------------------------------
*/
void