summaryrefslogtreecommitdiffstats
path: root/src/H5Dbtree2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dbtree2.c')
-rw-r--r--src/H5Dbtree2.c62
1 files changed, 0 insertions, 62 deletions
diff --git a/src/H5Dbtree2.c b/src/H5Dbtree2.c
index 104673e..9f6d4ed 100644
--- a/src/H5Dbtree2.c
+++ b/src/H5Dbtree2.c
@@ -206,8 +206,6 @@ H5FL_ARR_DEFINE_STATIC(uint32_t, H5O_LAYOUT_NDIMS);
* Return: Success: non-NULL
* Failure: NULL
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -263,8 +261,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -295,8 +291,6 @@ H5D__bt2_dst_context(void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -321,8 +315,6 @@ H5D__bt2_store(void *record, const void *_udata)
* =0 if rec1 == rec2
* >0 if rec1 > rec2
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -354,8 +346,6 @@ H5D__bt2_compare(const void *_udata, const void *_rec2, int *result)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -388,8 +378,6 @@ H5D__bt2_unfilt_encode(uint8_t *raw, const void *_record, void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -422,8 +410,6 @@ H5D__bt2_unfilt_decode(const uint8_t *raw, void *_record, void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -459,8 +445,6 @@ H5D__bt2_unfilt_debug(FILE *stream, int indent, int fwidth, const void *_record,
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -497,8 +481,6 @@ H5D__bt2_filt_encode(uint8_t *raw, const void *_record, void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -536,8 +518,6 @@ H5D__bt2_filt_decode(const uint8_t *raw, void *_record, void *_ctx)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -573,9 +553,6 @@ H5D__bt2_filt_debug(FILE *stream, int indent, int fwidth, const void *_record, c
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Neil Fortner
- * Wednesday, May 23, 2012
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -601,9 +578,6 @@ H5D__bt2_idx_init(const H5D_chk_idx_info_t H5_ATTR_UNUSED *idx_info, const H5S_t
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Friday, December 18, 2015
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -667,8 +641,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -717,8 +689,6 @@ done:
*
* Return: SUCCEED/FAIL
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -794,8 +764,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -819,8 +787,6 @@ H5D__bt2_idx_is_space_alloc(const H5O_storage_chunk_t *storage)
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -864,8 +830,6 @@ H5D__bt2_mod_cb(void *_record, void *_op_data, hbool_t *changed)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -934,8 +898,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -957,8 +919,6 @@ H5D__bt2_found_cb(const void *nrecord, void *op_data)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1054,8 +1014,6 @@ done:
* Return: Success: Non-negative
* Failure: Negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1082,8 +1040,6 @@ H5D__bt2_idx_iterate_cb(const void *_record, void *_udata)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static int
@@ -1141,8 +1097,6 @@ done:
* Return: Success: non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1173,8 +1127,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1236,8 +1188,6 @@ done:
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1289,8 +1239,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1342,8 +1290,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1381,8 +1327,6 @@ done:
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1429,8 +1373,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1456,8 +1398,6 @@ H5D__bt2_idx_reset(H5O_storage_chunk_t *storage, hbool_t reset_addr)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1481,8 +1421,6 @@ H5D__bt2_idx_dump(const H5O_storage_chunk_t *storage, FILE *stream)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; June 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t