diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-29 13:33:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 13:33:49 (GMT) |
commit | a5f1fb01b9ef867cf94158cdb42ffb1d46bae916 (patch) | |
tree | 6960c9dfa61cf5b841729296b9fb7eed7c4531fa /test | |
parent | dd39b54c953854837cc316d80618f65fdb70a04a (diff) | |
download | hdf5-a5f1fb01b9ef867cf94158cdb42ffb1d46bae916.zip hdf5-a5f1fb01b9ef867cf94158cdb42ffb1d46bae916.tar.gz hdf5-a5f1fb01b9ef867cf94158cdb42ffb1d46bae916.tar.bz2 |
Remove some "Programmer" comments (#3209)
These are meaningless noise.
Removes the "Programmer" lines on comment start lines:
/* Programmer: John Smith
These complicate my sed script that will rip out the rest of
the comments.
Diffstat (limited to 'test')
-rw-r--r-- | test/accum.c | 3 | ||||
-rw-r--r-- | test/btree2.c | 3 | ||||
-rw-r--r-- | test/cache.c | 7 | ||||
-rw-r--r-- | test/cache_api.c | 4 | ||||
-rw-r--r-- | test/cache_common.c | 4 | ||||
-rw-r--r-- | test/cache_common.h | 4 | ||||
-rw-r--r-- | test/cache_image.c | 4 | ||||
-rw-r--r-- | test/cache_tagging.c | 5 | ||||
-rw-r--r-- | test/cork.c | 12 | ||||
-rw-r--r-- | test/earray.c | 3 | ||||
-rw-r--r-- | test/efc.c | 4 | ||||
-rw-r--r-- | test/fheap.c | 3 | ||||
-rw-r--r-- | test/genall5.c | 4 | ||||
-rw-r--r-- | test/genall5.h | 8 | ||||
-rw-r--r-- | test/hyperslab.c | 14 | ||||
-rw-r--r-- | test/istore.c | 4 | ||||
-rw-r--r-- | test/ohdr.c | 3 |
17 files changed, 24 insertions, 65 deletions
diff --git a/test/accum.c b/test/accum.c index 9033380..5c0480a 100644 --- a/test/accum.c +++ b/test/accum.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Mike McGreevy - * October 7, 2010 - */ #include "h5test.h" #define H5F_FRIEND /*suppress error about including H5Fpkg */ diff --git a/test/btree2.c b/test/btree2.c index 500d523..fdd7581 100644 --- a/test/btree2.c +++ b/test/btree2.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Quincey Koziol - * Tuesday, February 1, 2005 - */ #include "h5test.h" /* diff --git a/test/cache.c b/test/cache.c index 418c8d5..b3b6e2a 100644 --- a/test/cache.c +++ b/test/cache.c @@ -10,11 +10,8 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 6/9/04 - * - * This file contains tests for the cache implemented in - * H5C.c +/* + * This file contains tests for the cache implemented in H5C.c */ #include "cache_common.h" #include "H5MFprivate.h" diff --git a/test/cache_api.c b/test/cache_api.c index d01f135..041458b 100644 --- a/test/cache_api.c +++ b/test/cache_api.c @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 11/10/05 - * +/* * This file contains tests for the API calls associated * with the cache implemented in H5C.c */ diff --git a/test/cache_common.c b/test/cache_common.c index 1d664ff..6ec5527 100644 --- a/test/cache_common.c +++ b/test/cache_common.c @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 10/27/05 - * +/* * This file contains common code for tests of the cache * implemented in H5C.c */ diff --git a/test/cache_common.h b/test/cache_common.h index f1bbf92..93d8e76 100644 --- a/test/cache_common.h +++ b/test/cache_common.h @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 10/27/05 - * +/* * This file contains common #defines, type definitions, and * externs for tests of the cache implemented in H5C.c */ diff --git a/test/cache_image.c b/test/cache_image.c index 5624080..1f5f163 100644 --- a/test/cache_image.c +++ b/test/cache_image.c @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 7/13/15 - * +/* * This file contains tests specific to the cache image * feature implemented in H5C.c */ diff --git a/test/cache_tagging.c b/test/cache_tagging.c index c11ef6f..fd40f8f 100644 --- a/test/cache_tagging.c +++ b/test/cache_tagging.c @@ -10,11 +10,10 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Mike McGreevy - * January 25, 2010 - * +/* * This file contains tests for metadata tagging. */ + #define H5F_FRIEND /*suppress error about including H5Fpkg */ #define H5F_TESTING #include "H5Fpkg.h" diff --git a/test/cork.c b/test/cork.c index 3187ee3..64519bd 100644 --- a/test/cork.c +++ b/test/cork.c @@ -10,13 +10,11 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Vailin Choi - * Feb 20, 2014 - * - * This file contains tests for: - * H5Odisable_mdc_flushes() - * H5Oenable_mdc_flushes() - * H5Oare_mdc_flushes_disabled() +/* + * This file contains tests for: + * * H5Odisable_mdc_flushes() + * * H5Oenable_mdc_flushes() + * * H5Oare_mdc_flushes_disabled() */ #include "h5test.h" diff --git a/test/earray.c b/test/earray.c index 0a9de79..ac889f9 100644 --- a/test/earray.c +++ b/test/earray.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Quincey Koziol - * Tuesday, June 17, 2008 - */ #include "h5test.h" /* @@ -10,10 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Neil Fortner - * December 16, 2010 - */ - #include "h5test.h" #define H5F_FRIEND /*suppress error about including H5Fpkg */ diff --git a/test/fheap.c b/test/fheap.c index 3ce2209..0af7b49 100644 --- a/test/fheap.c +++ b/test/fheap.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Quincey Koziol - * Friday, February 24, 2006 - */ #include "h5test.h" /* diff --git a/test/genall5.c b/test/genall5.c index 81069f4..de8fe9b 100644 --- a/test/genall5.c +++ b/test/genall5.c @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 9/23/15 - * +/* * This file contains a heavily edited and functionally reduce * version of the test code first written by Quincey in a file * of the same name. diff --git a/test/genall5.h b/test/genall5.h index 5c1e572..bd365d7 100644 --- a/test/genall5.h +++ b/test/genall5.h @@ -10,11 +10,9 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: John Mainzer - * 9/4/15 - * - * This file contains declarations of all functions defined - * in genall5.c +/* + * This file contains declarations of all functions defined + * in genall5.c */ void create_zoo(hid_t fid, const char *base_path, int proc_num); diff --git a/test/hyperslab.c b/test/hyperslab.c index 55735d4..47fb676 100644 --- a/test/hyperslab.c +++ b/test/hyperslab.c @@ -10,14 +10,12 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Robb Matzke - * Friday, October 10, 1997 - * - * Purpose: Hyperslab operations are rather complex, so this file - * attempts to test them extensively so we can be relatively - * sure they really work. We only test 1d, 2d, and 3d cases - * because testing general dimensionalities would require us to - * rewrite much of the hyperslab stuff. +/* + * Purpose: Hyperslab operations are rather complex, so this file + * attempts to test them extensively so we can be relatively + * sure they really work. We only test 1d, 2d, and 3d cases + * because testing general dimensionalities would require us to + * rewrite much of the hyperslab stuff. */ #include "h5test.h" #include "H5VMprivate.h" diff --git a/test/istore.c b/test/istore.c index 37e603b..f4b975f 100644 --- a/test/istore.c +++ b/test/istore.c @@ -10,9 +10,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Robb Matzke - * Wednesday, October 15, 1997 - * +/* * Purpose: Tests various aspects of indexed raw data storage. */ diff --git a/test/ohdr.c b/test/ohdr.c index d48189d..5fe498b 100644 --- a/test/ohdr.c +++ b/test/ohdr.c @@ -10,9 +10,6 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Robb Matzke - * Tuesday, November 24, 1998 - */ #include "h5test.h" #include "H5CXprivate.h" /* API Contexts */ |