summaryrefslogtreecommitdiffstats
path: root/src/H5B2cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5B2cache.c')
-rw-r--r--src/H5B2cache.c60
1 files changed, 0 insertions, 60 deletions
diff --git a/src/H5B2cache.c b/src/H5B2cache.c
index a3968e5..1cb61cd 100644
--- a/src/H5B2cache.c
+++ b/src/H5B2cache.c
@@ -154,9 +154,6 @@ const H5AC_class_t H5AC_BT2_LEAF[1] = {{
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * May 18, 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -186,8 +183,6 @@ H5B2__cache_hdr_get_initial_load_size(void *_udata, size_t *image_len)
* Return: Success: TRUE/FALSE
* Failure: Negative
*
- * Programmer: Vailin Choi; Aug 2015
- *
*-------------------------------------------------------------------------
*/
static htri_t
@@ -220,9 +215,6 @@ H5B2__cache_hdr_verify_chksum(const void *_image, size_t len, void H5_ATTR_UNUSE
* Return: Success: Pointer to a new B-tree.
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Feb 1 2005
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -317,9 +309,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * May 20, 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -346,9 +335,6 @@ H5B2__cache_hdr_image_len(const void *_thing, size_t *image_len)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Feb 1 2005
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -415,9 +401,6 @@ H5B2__cache_hdr_serialize(const H5F_t *f, void *_image, size_t H5_ATTR_UNUSED le
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Neil Fortner
- * Apr 24 2012
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -505,9 +488,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Mike McGreevy
- * June 18, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -535,9 +515,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * May 18, 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -567,8 +544,6 @@ H5B2__cache_int_get_initial_load_size(void *_udata, size_t *image_len)
* Return: Success: TRUE/FALSE
* Failure: Negative
*
- * Programmer: Vailin Choi; Aug 2015
- *
*-------------------------------------------------------------------------
*/
static htri_t
@@ -608,9 +583,6 @@ H5B2__cache_int_verify_chksum(const void *_image, size_t H5_ATTR_UNUSED len, voi
* Return: Success: Pointer to a new B-tree internal node.
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Feb 2 2005
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -730,9 +702,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * May 20, 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -761,9 +730,6 @@ H5B2__cache_int_image_len(const void *_thing, size_t *image_len)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Feb 3 2005
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -846,9 +812,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Neil Fortner
- * Apr 25 2012
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -923,9 +886,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Mike McGreevy
- * June 18, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -954,9 +914,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * May 18, 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -986,8 +943,6 @@ H5B2__cache_leaf_get_initial_load_size(void *_udata, size_t *image_len)
* Return: Success: TRUE/FALSE
* Failure: Negative
*
- * Programmer: Vailin Choi; Aug 2015
- *
*-------------------------------------------------------------------------
*/
static htri_t
@@ -1026,9 +981,6 @@ H5B2__cache_leaf_verify_chksum(const void *_image, size_t H5_ATTR_UNUSED len, vo
* Return: Success: Pointer to a new B-tree leaf node.
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Feb 2 2005
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -1123,9 +1075,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * May 20, 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1153,9 +1102,6 @@ H5B2__cache_leaf_image_len(const void *_thing, size_t *image_len)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Feb 2 2005
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1225,9 +1171,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Neil Fortner
- * Apr 25 2012
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1302,9 +1245,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Mike McGreevy
- * June 18, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t