summaryrefslogtreecommitdiffstats
path: root/src/H5Ztrans.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ztrans.c')
-rw-r--r--src/H5Ztrans.c72
1 files changed, 0 insertions, 72 deletions
diff --git a/src/H5Ztrans.c b/src/H5Ztrans.c
index 1ca156d..c667dd6 100644
--- a/src/H5Ztrans.c
+++ b/src/H5Ztrans.c
@@ -305,11 +305,6 @@ static void H5Z__xform_reduce_tree(H5Z_node *tree);
}
/*
- * Programmer: Bill Wendling
- * 25. August 2003
- */
-
-/*
* This is the context-free grammar for our expressions:
*
* expr := term | term '+ term | term '-' term
@@ -334,9 +329,6 @@ static void H5Z__xform_reduce_tree(H5Z_node *tree);
*
* Return: Always succeeds.
*
- * Programmer: Bill Wendling
- * 26. August 2003
- *
*-------------------------------------------------------------------------
*/
static void
@@ -367,9 +359,6 @@ H5Z__unget_token(H5Z_token *current)
* Failure: The passed in H5Z_token but with the tok_type
* field set to ERROR.
*
- * Programmer: Bill Wendling
- * 26. August 2003
- *
*-------------------------------------------------------------------------
*/
static H5Z_token *
@@ -507,9 +496,6 @@ done:
* Function: H5Z__xform_destroy_parse_tree
* Purpose: Recursively destroys the expression tree.
* Return: Nothing
- * Programmer: Bill Wendling
- * 25. August 2003
- *
*-------------------------------------------------------------------------
*/
static void
@@ -535,9 +521,6 @@ H5Z__xform_destroy_parse_tree(H5Z_node *tree)
* Return: Success: Valid H5Z_node ptr to an expression tree.
* Failure: NULL
*
- * Programmer: Bill Wendling
- * 26. August 2003
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -572,9 +555,6 @@ done:
* Return: Success: Valid H5Z_node ptr to expression tree
* Failure: NULL
*
- * Programmer: Bill Wendling
- * 26. August 2003
- *
*-------------------------------------------------------------------------
*/
static H5Z_node *
@@ -664,9 +644,6 @@ done:
* Return: Success: Valid H5Z_node ptr to expression tree
* Failure: NULL
*
- * Programmer: Bill Wendling
- * 26. August 2003
- *
*-------------------------------------------------------------------------
*/
static H5Z_node *
@@ -763,9 +740,6 @@ done:
* Return: Success: Valid H5Z_node ptr to expression tree
* Failure: NULL
*
- * Programmer: Bill Wendling
- * 26. August 2003
- *
*-------------------------------------------------------------------------
*/
static H5Z_node *
@@ -908,9 +882,6 @@ done:
* Return: Success: Valid H5Z_node ptr
* Failure: NULL
*
- * Programmer: Bill Wendling
- * 26. August 2003
- *
*-------------------------------------------------------------------------
*/
static H5Z_node *
@@ -936,9 +907,6 @@ done:
* Otherwise, it calls H5Z__xform_eval_full to do the full
* transform.
* Return: SUCCEED if transform applied successfully, FAIL otherwise
- * Programmer: Leon Arber
- * 5/1/04
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1056,9 +1024,6 @@ done:
*
* Return: Nothing
*
- * Programmer: Leon Arber
- * 5/1/04
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1151,8 +1116,6 @@ done:
*
* Return: Native type of datatype that is passed in
*
- * Programmer: Leon Arber, 4/20/04
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -1222,9 +1185,6 @@ done:
* Return: A pointer to a root for a new parse tree which is a copy
* of the one passed in.
*
- * Programmer: Leon Arber
- * April 1, 2004.
- *
*-------------------------------------------------------------------------
*/
static void *
@@ -1291,9 +1251,6 @@ done:
*
* Return: TRUE or FALSE
*
- * Programmer: Raymond Lu
- * 15 March 2012
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -1322,9 +1279,6 @@ H5Z__op_is_numbs(H5Z_node *_tree)
*
* Return: TRUE or FALSE
*
- * Programmer: Raymond Lu
- * 15 March 2012
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -1355,9 +1309,6 @@ H5Z__op_is_numbs2(H5Z_node *_tree)
*
* Return: None.
*
- * Programmer: Leon Arber
- * April 1, 2004.
- *
*-------------------------------------------------------------------------
*/
static void
@@ -1410,9 +1361,6 @@ H5Z__xform_reduce_tree(H5Z_node *tree)
*
* Return: None.
*
- * Programmer: Leon Arber
- * April 1, 2004.
- *
*-------------------------------------------------------------------------
*/
static void
@@ -1441,10 +1389,6 @@ H5Z__do_op(H5Z_node *tree)
* Success: SUCCEED
* Failure: FAIL
*
- * Programmer: Quincey Koziol
- *
- * Date: May 4, 2004
- *
*-------------------------------------------------------------------------
*/
H5Z_data_xform_t *
@@ -1543,10 +1487,6 @@ done:
* Success: SUCCEED
* Failure: FAIL
*
- * Programmer: Quincey Koziol
- *
- * Date: May 4, 2004
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -1584,10 +1524,6 @@ H5Z_xform_destroy(H5Z_data_xform_t *data_xform_prop)
* Success: SUCCEED
* Failure: FAIL
*
- * Programmer: Quincey Koziol
- *
- * Date: May 4, 2004
- *
* Comments: This is an "in-place" copy, since this routine gets called
* after the top-level copy has been performed and this routine finishes
* the "deep" part of the copy.
@@ -1673,10 +1609,6 @@ done:
*
* Return: TRUE for no data transform, FALSE for a data transform
*
- * Programmer: Quincey Koziol
- *
- * Date: May 4, 2004
- *
* Comments: Can't fail
*
*-------------------------------------------------------------------------
@@ -1709,10 +1641,6 @@ H5Z_xform_noop(const H5Z_data_xform_t *data_xform_prop)
* Return:
* Pointer to a copy of the string in the data_xform property.
*
- * Programmer: Leon Arber
- *
- * Date: Sept. 4, 2004
- *
*-------------------------------------------------------------------------
*/
const char *