summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/overhead.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /tools/test/perform/overhead.c
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
Diffstat (limited to 'tools/test/perform/overhead.c')
-rw-r--r--tools/test/perform/overhead.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/test/perform/overhead.c b/tools/test/perform/overhead.c
index 82c7131..90d5897 100644
--- a/tools/test/perform/overhead.c
+++ b/tools/test/perform/overhead.c
@@ -11,9 +11,6 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
- * Programmer: Robb Matzke
- * Monday, September 28, 1998
- *
* Purpose: Creates a chunked dataset and measures the storage overhead.
*/
@@ -59,9 +56,6 @@ typedef enum fill_t { FILL_ALL, FILL_FORWARD, FILL_REVERSE, FILL_INWARD, FILL_OU
*
* Return: never returns
*
- * Programmer: Robb Matzke
- * Wednesday, September 30, 1998
- *
*-------------------------------------------------------------------------
*/
static void
@@ -106,9 +100,6 @@ usage(const char *prog)
*
* Return: void
*
- * Programmer: Robb Matzke
- * Thursday, June 4, 1998
- *
*-------------------------------------------------------------------------
*/
static void
@@ -128,9 +119,6 @@ cleanup(void)
*
* Failure: -1
*
- * Programmer: Robb Matzke
- * Wednesday, March 4, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -151,9 +139,6 @@ display_error_cb(hid_t estack, void H5_ATTR_UNUSED *client_data)
*
* Failure: number of errors
*
- * Programmer: Robb Matzke
- * Wednesday, September 30, 1998
- *
*-------------------------------------------------------------------------
*/
static int
@@ -322,9 +307,6 @@ error:
*
* Failure: non-zero
*
- * Programmer: Robb Matzke
- * Monday, September 28, 1998
- *
*-------------------------------------------------------------------------
*/
int