diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-29 19:13:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 19:13:29 (GMT) |
commit | fd933f30b1f8cd487ad790ac0b054bb779280a62 (patch) | |
tree | 9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /src/H5Cpkg.h | |
parent | fd56a593b7928da636b2494b25cd7478fed78c29 (diff) | |
download | hdf5-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/H5Cpkg.h')
-rw-r--r-- | src/H5Cpkg.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/H5Cpkg.h b/src/H5Cpkg.h index ba8bfaa..809535b 100644 --- a/src/H5Cpkg.h +++ b/src/H5Cpkg.h @@ -11,8 +11,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* - * Programmer: John Mainzer -- 10/12/04 - * * Purpose: This file contains declarations which are visible only within * the H5C package. Source files outside the H5C package should * include H5Cprivate.h instead. @@ -1016,8 +1014,6 @@ do { \ * Note: This macro is set up so that H5C_DO_SANITY_CHECKS and * H5C_DO_SLIST_SANITY_CHECKS can be selected independently. * - * Programmer: John Mainzer, 5/10/04 - * *------------------------------------------------------------------------- */ @@ -1066,8 +1062,6 @@ do { \ * Purpose: Insert a cache entry into a cache's skip list. Updates * the associated length and size fields. * - * Programmer: John Mainzer, 5/10/04 - * *------------------------------------------------------------------------- */ @@ -1118,8 +1112,6 @@ do { \ * Purpose: Update cache_ptr->slist_size for a change in the size of * and entry in the slist. * - * Programmer: John Mainzer, 9/07/05 - * *------------------------------------------------------------------------- */ @@ -1378,8 +1370,6 @@ do { \ * Purpose: Update the replacement policy data structures for an * eviction of the specified cache entry. * - * Programmer: John Mainzer, 5/10/04 - * *------------------------------------------------------------------------- */ @@ -1410,8 +1400,6 @@ do { \ * Purpose: Update the replacement policy data structures for a flush * of the specified cache entry. * - * Programmer: John Mainzer, 5/6/04 - * *------------------------------------------------------------------------- */ @@ -1455,8 +1443,6 @@ do { \ * new entry as the LEAST recently used entry, not the * most recently used. * - * Programmer: John Mainzer, 8/15/15 - * *------------------------------------------------------------------------- */ @@ -1494,8 +1480,6 @@ do { \ * Purpose: Update the replacement policy data structures for an * insertion of the specified cache entry. * - * Programmer: John Mainzer, 5/17/04 - * *------------------------------------------------------------------------- */ @@ -1539,8 +1523,6 @@ do { \ * which is outside of the replacement policy), and add the * entry to the protected list. * - * Programmer: John Mainzer, 5/17/04 - * *------------------------------------------------------------------------- */ @@ -1586,8 +1568,6 @@ do { \ * Purpose: Update the replacement policy data structures for a * move of the specified cache entry. * - * Programmer: John Mainzer, 5/17/04 - * *------------------------------------------------------------------------- */ @@ -1635,8 +1615,6 @@ do { \ * If the entry is accessed with collective operations for * parallel I/O, update that list. * - * Programmer: John Mainzer, 8/23/06 - * *------------------------------------------------------------------------- */ @@ -1701,8 +1679,6 @@ do { \ * entry list, and re-insert it in the data structures used * by the current replacement policy. * - * Programmer: John Mainzer, 3/22/06 - * *------------------------------------------------------------------------- */ @@ -1745,8 +1721,6 @@ do { \ * list, and re-insert it in the data structures used by the * current replacement policy. * - * Programmer: John Mainzer, 5/19/04 - * *------------------------------------------------------------------------- */ @@ -1797,8 +1771,6 @@ do { \ * * Purpose: Insert entry into collective entries list * - * Programmer: Mohamad Chaarawi - * *------------------------------------------------------------------------- */ @@ -1821,8 +1793,6 @@ do { \ * * Purpose: Remove entry from collective entries list * - * Programmer: Mohamad Chaarawi - * *------------------------------------------------------------------------- */ @@ -1845,8 +1815,6 @@ do { \ * * Purpose: Update entry position in collective entries list * - * Programmer: Mohamad Chaarawi - * *------------------------------------------------------------------------- */ |