summaryrefslogtreecommitdiffstats
path: root/test/istore.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 /test/istore.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 'test/istore.c')
-rw-r--r--test/istore.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/istore.c b/test/istore.c
index 9a0e893..4c328e8 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -52,9 +52,6 @@ hsize_t zero[H5O_LAYOUT_NDIMS];
*
* Failure: zero
*
- * Programmer: Robb Matzke
- * Wednesday, July 15, 1998
- *
*-------------------------------------------------------------------------
*/
static int
@@ -89,9 +86,6 @@ is_sparse(void)
*
* Return: void
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
static void
@@ -130,9 +124,6 @@ print_array(uint8_t *array, size_t nx, size_t ny, size_t nz)
*
* Failure: -1
*
- * Programmer: Robb Matzke
- * Wednesday, October 15, 1997
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -184,9 +175,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Wednesday, October 15, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -230,9 +218,6 @@ test_create(hid_t f, const char *prefix)
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Wednesday, October 15, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -427,9 +412,6 @@ error:
*
* Failure: FAIL
*
- * Programmer: Robb Matzke
- * Wednesday, October 22, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -556,9 +538,6 @@ error:
*
* Return: EXIT_SUCCESS/EXIT_FAILURE
*
- * Programmer: Robb Matzke
- * Wednesday, October 15, 1997
- *
*-------------------------------------------------------------------------
*/
int