summaryrefslogtreecommitdiffstats
path: root/src/H5Cdbg.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 /src/H5Cdbg.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 'src/H5Cdbg.c')
-rw-r--r--src/H5Cdbg.c47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/H5Cdbg.c b/src/H5Cdbg.c
index 62704e6..62ad7bb 100644
--- a/src/H5Cdbg.c
+++ b/src/H5Cdbg.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5Cdbg.c
- * July 8 2016
- * Quincey Koziol
*
* Purpose: Debugging Routines for the generic cache structure or entries.
*
@@ -69,9 +67,6 @@
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: John Mainzer
- * 10/10/10
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -174,9 +169,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: John Mainzer
- * 10/10/10
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -248,9 +240,6 @@ H5C_dump_cache_LRU(H5C_t *cache_ptr, const char *cache_name)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: John Mainzer
- * 11/15/14
- *
*-------------------------------------------------------------------------
*/
#ifndef NDEBUG
@@ -319,9 +308,6 @@ H5C_dump_cache_skip_list(H5C_t *cache_ptr, char *calling_fcn)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: John Mainzer
- * 1/20/06
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -349,9 +335,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: John Mainzer
- * 6/2/04
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -684,8 +667,6 @@ done:
*
* Return: void
*
- * Programmer: John Mainzer, 4/28/04
- *
*-------------------------------------------------------------------------
*/
void
@@ -809,9 +790,6 @@ H5C_stats__reset(H5C_t H5_ATTR_UNUSED *cache_ptr)
* Return: SUCCEED on success/FAIL on failure. Note that
* *fd_exists_ptr is undefined on failure.
*
- * Programmer: John Mainzer
- * 9/28/16
- *
*-------------------------------------------------------------------------
*/
#ifndef NDEBUG
@@ -869,8 +847,6 @@ done:
*
* Return: FAIL if error is detected, SUCCEED otherwise.
*
- * Programmer: John Mainzer, 9/16/16
- *
*-------------------------------------------------------------------------
*/
#ifndef NDEBUG
@@ -1003,8 +979,6 @@ done:
*
* Return: FAIL if error is detected, SUCCEED otherwise.
*
- * Programmer: John Mainzer, 5/30/14
- *
*-------------------------------------------------------------------------
*/
#ifndef NDEBUG
@@ -1048,9 +1022,6 @@ done:
*
* Return: Current value of cache_ptr->serialization_in_progress.
*
- * Programmer: John Mainzer
- * 8/24/15
- *
*-------------------------------------------------------------------------
*/
#ifndef NDEBUG
@@ -1078,8 +1049,6 @@ H5C_get_serialization_in_progress(const H5C_t *cache_ptr)
*
* Return: TRUE if the indicated ring(s) are clean, and FALSE otherwise.
*
- * Programmer: John Mainzer, 6/18/16
- *
*-------------------------------------------------------------------------
*/
#ifndef NDEBUG
@@ -1128,8 +1097,6 @@ done:
*
* Return: FAIL if error is detected, SUCCEED otherwise.
*
- * Programmer: John Mainzer, 5/30/14
- *
*-------------------------------------------------------------------------
*/
#ifndef NDEBUG
@@ -1180,9 +1147,6 @@ done:
*
* Return: void
*
- * Programmer: John Mainzer
- * 10/27/04
- *
*-------------------------------------------------------------------------
*/
void
@@ -1310,8 +1274,6 @@ H5C_def_auto_resize_rpt_fcn(H5C_t *cache_ptr,
*
* Return: FAIL if error is detected, SUCCEED otherwise.
*
- * Programmer: John Mainzer, 7/14/05
- *
*-------------------------------------------------------------------------
*/
#ifdef H5C_DO_EXTREME_SANITY_CHECKS
@@ -1382,8 +1344,6 @@ done:
*
* Return: FAIL if error is detected, SUCCEED otherwise.
*
- * Programmer: John Mainzer, 4/25/14
- *
*-------------------------------------------------------------------------
*/
#ifdef H5C_DO_EXTREME_SANITY_CHECKS
@@ -1457,8 +1417,6 @@ done:
*
* Return: FAIL if error is detected, SUCCEED otherwise.
*
- * Programmer: John Mainzer, 4/25/14
- *
*-------------------------------------------------------------------------
*/
#ifdef H5C_DO_EXTREME_SANITY_CHECKS
@@ -1530,8 +1488,6 @@ done:
* Return: FALSE if the entry is not in the skip list, and TRUE
* if it is.
*
- * Programmer: John Mainzer, 11/1/14
- *
*-------------------------------------------------------------------------
*/
#ifdef H5C_DO_SLIST_SANITY_CHECKS
@@ -1580,9 +1536,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: John Mainzer
- * 10/26/15
- *
*-------------------------------------------------------------------------
*/
herr_t