diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-07-27 21:08:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 21:08:47 (GMT) |
commit | 61186204c020a81b5b0044a3b5e08311ccf1424d (patch) | |
tree | d39acd70c119e92640277d4f595963f07d77f13c /test/cache_api.c | |
parent | 1e91d96fa02466ffe451319bdac1005f84dc7993 (diff) | |
download | hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2 |
Remove "Programmer" lines (#3294)
Diffstat (limited to 'test/cache_api.c')
-rw-r--r-- | test/cache_api.c | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/test/cache_api.c b/test/cache_api.c index 184a879..562d8dd 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 */ @@ -55,9 +53,6 @@ static hbool_t check_file_mdc_api_errs(unsigned paged, hid_t fcpl_i * * Return: Test pass status (TRUE/FALSE) * - * Programmer: John Mainzer - * 4/12/04 - * *------------------------------------------------------------------------- */ static hbool_t @@ -500,9 +495,6 @@ check_fapl_mdc_api_calls(unsigned paged, hid_t fcpl_id) * * Return: Test pass status (TRUE/FALSE) * - * Programmer: John Mainzer - * 4/14/04 - * *------------------------------------------------------------------------- */ static hbool_t @@ -820,9 +812,6 @@ check_file_mdc_api_calls(unsigned paged, hid_t fcpl_id) * * Return: Test pass status (TRUE/FALSE) * - * Programmer: John Mainzer - * 4/14/04 - * *------------------------------------------------------------------------- */ @@ -1440,9 +1429,6 @@ mdc_api_call_smoke_check(int express_test, unsigned paged, hid_t fcpl_id) * Return: Success: Pointer to an array of cache configurations. * Failure: NULL * - * Programmer: Dana Robinson - * Spring 2016 - * *------------------------------------------------------------------------- */ @@ -1630,9 +1616,6 @@ init_invalid_configs(void) * * Return: Test pass status (TRUE/FALSE) * - * Programmer: John Mainzer - * 4/19/04 - * *------------------------------------------------------------------------- */ static hbool_t @@ -1812,9 +1795,6 @@ check_fapl_mdc_api_errs(void) * * Return: Test pass status (TRUE/FALSE) * - * Programmer: John Mainzer - * 4/19/04 - * *------------------------------------------------------------------------- */ static hbool_t @@ -2158,9 +2138,6 @@ check_file_mdc_api_errs(unsigned paged, hid_t fcpl_id) * * Return: EXIT_SUCCESS/EXIT_FAILURE * - * Programmer: John Mainzer - * 6/24/04 - * *------------------------------------------------------------------------- */ int |