summaryrefslogtreecommitdiffstats
path: root/src/H5Dbtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dbtree.c')
-rw-r--r--src/H5Dbtree.c84
1 files changed, 0 insertions, 84 deletions
diff --git a/src/H5Dbtree.c b/src/H5Dbtree.c
index 1b494ab..d29fcca 100644
--- a/src/H5Dbtree.c
+++ b/src/H5Dbtree.c
@@ -191,9 +191,6 @@ H5FL_DEFINE_STATIC(H5O_layout_chunk_t);
*
* Failure: Can't fail
*
- * Programmer: Quincey Koziol
- * Monday, July 5, 2004
- *
*-------------------------------------------------------------------------
*/
static H5UC_t *
@@ -225,9 +222,6 @@ H5D__btree_get_shared(const H5F_t H5_ATTR_UNUSED *f, const void *_udata)
*
* Failure: Negative
*
- * Programmer: Robb Matzke
- * Tuesday, October 14, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -294,9 +288,6 @@ H5D__btree_new_node(H5F_t H5_ATTR_NDEBUG_UNUSED *f, H5B_ins_t op, void *_lt_key,
*
* Failure: FAIL (same as LT_KEY<RT_KEY)
*
- * Programmer: Robb Matzke
- * Thursday, November 6, 1997
- *
*-------------------------------------------------------------------------
*/
static int
@@ -342,9 +333,6 @@ H5D__btree_cmp2(void *_lt_key, void *_udata, void *_rt_key)
*
* Failure: FAIL (same as UDATA < LT_KEY)
*
- * Programmer: Robb Matzke
- * Wednesday, October 8, 1997
- *
*-------------------------------------------------------------------------
*/
static int
@@ -406,9 +394,6 @@ H5D__btree_cmp3(void *_lt_key, void *_udata, void *_rt_key)
* chunk returned through the UDATA argument, if *FOUND is true.
* Negative on failure.
*
- * Programmer: Robb Matzke
- * Thursday, October 9, 1997
- *
*-------------------------------------------------------------------------
*/
static htri_t
@@ -454,9 +439,6 @@ done:
* Return: Success: FALSE if they are not disjoint.
* TRUE if they are disjoint.
*
- * Programmer: Quincey Koziol
- * Wednesday, May 6, 2015
- *
* Note: Assumes that the chunk offsets are scaled coordinates
*
*-------------------------------------------------------------------------
@@ -506,9 +488,6 @@ done:
*
* Failure: H5B_INS_ERROR
*
- * Programmer: Robb Matzke
- * Thursday, October 9, 1997
- *
*-------------------------------------------------------------------------
*/
static H5B_ins_t
@@ -594,9 +573,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Pedro Vicente
- * March 28, 2002
- *
*-------------------------------------------------------------------------
*/
static H5B_ins_t
@@ -675,9 +651,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Friday, October 10, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -717,9 +690,6 @@ H5D__btree_encode_key(const H5B_shared_t *shared, uint8_t *raw, const void *_key
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Thursday, April 16, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -750,9 +720,6 @@ H5D__btree_debug_key(FILE *stream, int indent, int fwidth, const void *_key, con
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Thursday, May 7, 2015
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -781,9 +748,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Monday, September 27, 2004
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -830,9 +794,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Monday, May 18, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -874,9 +835,6 @@ done:
* Return: Non-negative on success (with the LAYOUT argument initialized
* and ready to write to an object header). Negative on failure.
*
- * Programmer: Robb Matzke
- * Tuesday, October 21, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -914,9 +872,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Thursday, January 15, 2009
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -937,9 +892,6 @@ H5D__btree_idx_is_space_alloc(const H5O_storage_chunk_t *storage)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Thursday, May 21, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -978,9 +930,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Albert Cheng
- * June 27, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1019,9 +968,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Quincey Koziol
- * Tuesday, May 20, 2008
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1062,9 +1008,6 @@ H5D__btree_idx_iterate_cb(H5F_t H5_ATTR_UNUSED *f, const void *_lt_key, haddr_t
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Tuesday, May 20, 2008
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1106,9 +1049,6 @@ H5D__btree_idx_iterate(const H5D_chk_idx_info_t *idx_info, H5D_chunk_cb_func_t c
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Thursday, May 22, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1145,9 +1085,6 @@ done:
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Thursday, March 20, 2003
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1203,9 +1140,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Thursday, May 29, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1250,9 +1184,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Thursday, May 29, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1283,9 +1214,6 @@ done:
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Vailin Choi
- * June 8, 2007
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1328,9 +1256,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Thursday, January 15, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1355,9 +1280,6 @@ H5D__btree_idx_reset(H5O_storage_chunk_t *storage, hbool_t reset_addr)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Thursday, January 15, 2009
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1380,9 +1302,6 @@ H5D__btree_idx_dump(const H5O_storage_chunk_t *storage, FILE *stream)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Thursday, May 21, 1998
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1415,9 +1334,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Thursday, April 16, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t