summaryrefslogtreecommitdiffstats
path: root/src/H5B2.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/H5B2.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/H5B2.c')
-rw-r--r--src/H5B2.c50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/H5B2.c b/src/H5B2.c
index 04895fa..13f599d 100644
--- a/src/H5B2.c
+++ b/src/H5B2.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5B2.c
- * Jan 31 2005
- * Quincey Koziol
*
* Purpose: Implements a B-tree, with several modifications from
* the "standard" methods.
@@ -114,9 +112,6 @@ H5FL_DEFINE_STATIC(H5B2_t);
* Return: Non-negative on success (with address of new B-tree
* filled in), negative on failure
*
- * Programmer: Quincey Koziol
- * Jan 31 2005
- *
*-------------------------------------------------------------------------
*/
H5B2_t *
@@ -185,9 +180,6 @@ done:
* Return: Pointer to v2 B-tree wrapper on success
* NULL on failure
*
- * Programmer: Quincey Koziol
- * Oct 15 2009
- *
*-------------------------------------------------------------------------
*/
H5B2_t *
@@ -249,9 +241,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Feb 2 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -290,9 +279,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Dec 23 2015
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -361,9 +347,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Nov 5 2009
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -394,9 +377,6 @@ H5B2_get_addr(const H5B2_t *bt2, haddr_t *addr_p)
*
* Return: Value from callback: non-negative on success, negative on error
*
- * Programmer: Quincey Koziol
- * Feb 11 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -443,9 +423,6 @@ H5B2_iterate(H5B2_t *bt2, H5B2_operator_t op, void *op_data)
*
* Return: SUCCEED/FAIL
*
- * Programmer: Quincey Koziol
- * Feb 23 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -706,9 +683,6 @@ done:
*
* Return: Non-negative on success, negative on failure.
*
- * Programmer: Quincey Koziol
- * Feb 23 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -900,9 +874,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Feb 25 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -973,9 +944,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Nov 14 2006
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1054,9 +1022,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Feb 25 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1093,9 +1058,6 @@ H5B2_get_nrec(const H5B2_t *bt2, hsize_t *nrec)
*
* Return: Non-negative on success, negative on failure.
*
- * Programmer: Quincey Koziol
- * Mar 8 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1149,9 +1111,6 @@ done:
*
* Return: Non-negative on success, negative on failure.
*
- * Programmer: Quincey Koziol
- * Mar 10 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1386,9 +1345,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Oct 15 2009
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1497,9 +1453,6 @@ done:
*
* Return: Non-negative on success, negative on failure.
*
- * Programmer: Quincey Koziol
- * Mar 9 2005
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1551,9 +1504,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Dana Robinson
- * Fall 2012
- *
*-------------------------------------------------------------------------
*/
herr_t