summaryrefslogtreecommitdiffstats
path: root/testpar/t_cache.c
diff options
context:
space:
mode:
authorQuincey Koziol <quincey@koziol.cc>2023-04-11 14:41:32 (GMT)
committerGitHub <noreply@github.com>2023-04-11 14:41:32 (GMT)
commit49a71463a064a80aec7f67d6de008d892954febf (patch)
tree4e0d432ab31655d169ce88a14dff70f2d0cefc2a /testpar/t_cache.c
parent1ad030f6696159c498880a4d785f9a2f7ae6fd32 (diff)
downloadhdf5-49a71463a064a80aec7f67d6de008d892954febf.zip
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.gz
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.bz2
Comment cleanup (#2689)
* Clean up content and redundant logging in comments.
Diffstat (limited to 'testpar/t_cache.c')
-rw-r--r--testpar/t_cache.c54
1 files changed, 0 insertions, 54 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c
index ae47a6f..4d3aff5 100644
--- a/testpar/t_cache.c
+++ b/testpar/t_cache.c
@@ -475,10 +475,6 @@ static hbool_t trace_file_check(int metadata_write_strategy);
*
* Programmer: JRM -- 4/17/06
*
- * Modifications:
- *
- * None.
- *
*****************************************************************************/
static void
@@ -507,10 +503,6 @@ print_stats(void)
*
* Programmer: JRM -- 4/17/06
*
- * Modifications:
- *
- * None.
- *
*****************************************************************************/
static void
@@ -547,10 +539,6 @@ reset_stats(void)
*
* Programmer: JRM -- 11/16/05
*
- * Modifications:
- *
- * None.
- *
*****************************************************************************/
static hbool_t
@@ -964,10 +952,6 @@ get_max_nerrors(void)
*
* Programmer: JRM -- 12/22/05
*
- * Modifications:
- *
- * JRM -- 5/10/06
- * Added mssg_tag_offset parameter and supporting code.
*
*****************************************************************************/
@@ -1043,11 +1027,6 @@ recv_mssg(struct mssg_t *mssg_ptr, int mssg_tag_offset)
*
* Programmer: JRM -- 12/22/05
*
- * Modifications:
- *
- * JRM -- 5/10/06
- * Added the add_req_to_tag parameter and supporting code.
- *
*****************************************************************************/
static hbool_t
send_mssg(struct mssg_t *mssg_ptr, hbool_t add_req_to_tag)
@@ -1300,11 +1279,6 @@ reset_server_counters(void)
*
* Programmer: JRM -- 12/22/05
*
- * Modifications:
- *
- * JRM -- 5/10/06
- * Updated for sync message.
- *
*****************************************************************************/
static hbool_t
server_main(void)
@@ -2876,13 +2850,6 @@ expunge_entry(H5F_t *file_ptr, int32_t idx)
* Programmer: John Mainzer
* 01/04/06
*
- * Modifications:
- *
- * JRM -- 8/11/06
- * Updated code to reflect the fact that entries can now be
- * inserted pinned. Note that since all inserts are dirty,
- * any pins must be global pins.
- *
*****************************************************************************/
static void
insert_entry(H5C_t *cache_ptr, H5F_t *file_ptr, int32_t idx, unsigned int flags)
@@ -3245,12 +3212,6 @@ lock_and_unlock_random_entry(H5F_t *file_ptr, int min_idx, int max_idx)
* Programmer: John Mainzer
* 1/4/06
*
- * Modifications:
- *
- * JRM -- 7/11/06
- * Modified asserts to handle the new local_len field in
- * datum.
- *
*****************************************************************************/
static void
lock_entry(H5F_t *file_ptr, int32_t idx)
@@ -4089,11 +4050,6 @@ verify_writes(unsigned num_writes, haddr_t *written_entries_tbl)
*
* Programmer: JRM -- 1/12/06
*
- * Modifications:
- *
- * JRM -- 5/9/06
- * Modified function to facilitate setting predefined seeds.
- *
*****************************************************************************/
static void
setup_rand(void)
@@ -4617,11 +4573,6 @@ verify_total_writes(unsigned expected_total_writes)
* Programmer: John Mainzer
* 1/4/06
*
- * Modifications:
- *
- * 7/11/06
- * Updated for the new local_len field in datum.
- *
*****************************************************************************/
static void
unlock_entry(H5F_t *file_ptr, int32_t idx, unsigned int flags)
@@ -4692,11 +4643,6 @@ unlock_entry(H5F_t *file_ptr, int32_t idx, unsigned int flags)
* Programmer: John Mainzer
* 4/12/06
*
- * Modifications:
- *
- * JRM -- 8/15/06
- * Added assertion that entry is pinned on entry.
- *
*****************************************************************************/
static void
unpin_entry(H5F_t *file_ptr, int32_t idx, hbool_t global, hbool_t dirty, hbool_t via_unprotect)