summaryrefslogtreecommitdiffstats
path: root/src/H5B.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5B.c')
-rw-r--r--src/H5B.c56
1 files changed, 0 insertions, 56 deletions
diff --git a/src/H5B.c b/src/H5B.c
index 881abb0..429cabf 100644
--- a/src/H5B.c
+++ b/src/H5B.c
@@ -13,8 +13,6 @@
/*-------------------------------------------------------------------------
*
* Created: H5B.c
- * Jul 10 1997
- * Robb Matzke
*
* Purpose: Implements balanced, sibling-linked, N-ary trees
* capable of storing any type of data with unique key
@@ -194,9 +192,6 @@ H5FL_SEQ_DEFINE_STATIC(size_t);
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Jun 23 1997
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -277,9 +272,6 @@ done:
* through the UDATA argument). Negative on failure (if not found,
* UDATA is undefined).
*
- * Programmer: Robb Matzke
- * Jun 23 1997
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -373,9 +365,6 @@ done:
* Return: Non-negative on success (The address of the new node is
* returned through the NEW_ADDR argument). Negative on failure.
*
- * Programmer: Robb Matzke
- * Jul 3 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -525,9 +514,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Jun 23 1997
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -680,9 +666,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Jul 8 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -765,9 +748,6 @@ H5B__insert_child(H5B_t *bt, unsigned *bt_flags, unsigned idx, haddr_t child, H5
*
* Failure: H5B_INS_ERROR
*
- * Programmer: Robb Matzke
- * Jul 9 1997
- *
*-------------------------------------------------------------------------
*/
static H5B_ins_t
@@ -1104,9 +1084,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Jun 23 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1168,9 +1145,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Jun 23 1997
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1215,9 +1189,6 @@ H5B_iterate(H5F_t *f, const H5B_class_t *type, haddr_t addr, H5B_operator_t op,
*
* Failure: H5B_INS_ERROR, a negative value.
*
- * Programmer: Robb Matzke
- * Wednesday, September 16, 1998
- *
*-------------------------------------------------------------------------
*/
static H5B_ins_t
@@ -1544,9 +1515,6 @@ done:
* Return: Non-negative on success/Negative on failure (failure includes
* not being able to find the object which is to be removed).
*
- * Programmer: Robb Matzke
- * Wednesday, September 16, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1588,9 +1556,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Thursday, March 20, 2003
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1661,9 +1626,6 @@ done:
* Return: Success: non-NULL pointer to struct allocated
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * May 27 2008
- *
*-------------------------------------------------------------------------
*/
H5B_shared_t *
@@ -1732,9 +1694,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Tuesday, May 27, 2008
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1765,9 +1724,6 @@ H5B_shared_free(void *_shared)
*
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Apr 18 2000
- *
*-------------------------------------------------------------------------
*/
static H5B_t *
@@ -1829,9 +1785,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Jun 3 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1933,9 +1886,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi
- * June 19, 2007
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1984,9 +1934,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Neil Fortner
- * March 17, 2009
- *
*-------------------------------------------------------------------------
*/
htri_t
@@ -2038,9 +1985,6 @@ done:
* Return: Success: SUCCEED
* Failure: FAIL
*
- * Programmer: Quincey Koziol
- * Mar 26, 2008
- *
*-------------------------------------------------------------------------
*/
herr_t