summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LD.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-27 21:08:47 (GMT)
committerGitHub <noreply@github.com>2023-07-27 21:08:47 (GMT)
commit61186204c020a81b5b0044a3b5e08311ccf1424d (patch)
treed39acd70c119e92640277d4f595963f07d77f13c /hl/src/H5LD.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
Diffstat (limited to 'hl/src/H5LD.c')
-rw-r--r--hl/src/H5LD.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/hl/src/H5LD.c b/hl/src/H5LD.c
index 5e39c08..90701b6 100644
--- a/hl/src/H5LD.c
+++ b/hl/src/H5LD.c
@@ -34,8 +34,6 @@ static herr_t H5LD_get_dset_elmts(hid_t did, const hsize_t *prev_dims, const hsi
*
* Return: void
*
- * Programmer: Vailin Choi; Aug 2010
- *
*-------------------------------------------------------------------------
*/
void
@@ -75,8 +73,6 @@ H5LD_clean_vector(H5LD_memb_t *listv[])
* Return: Success: 0
* Failure: negative
*
- * Programmer: Vailin Choi; Aug 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -147,8 +143,6 @@ done:
* Return: Success: # of comma-separated fields in "fields"
* Failure: negative value
*
- * Programmer: Vailin Choi; Aug 2010
- *
*-------------------------------------------------------------------------
*/
int
@@ -278,8 +272,6 @@ done:
* Return: Success: 0
* Failure: negative value
*
- * Programmer: Vailin Choi; March 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -324,8 +316,6 @@ done:
* Return: Success: size of the dataset's datatype
* Failure: 0 (valid datatypes are never zero size)
*
- * Programmer: Vailin Choi; March 2010
- *
*-------------------------------------------------------------------------
*/
static size_t
@@ -405,8 +395,6 @@ done:
* Return: Success: 0
* Failure: negative
*
- * Programmer: Vailin Choi; August 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -581,8 +569,6 @@ done:
* Return: Success: 0
* Failure: negative value
*
- * Programmer: Vailin Choi; March 2010
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -599,8 +585,6 @@ H5LDget_dset_dims(hid_t did, hsize_t *cur_dims)
* Return: Success: size in bytes of the dataset's datatype
* Failure: 0 (valid datatypes are never zero size)
*
- * Programmer: Vailin Choi; March 2010
- *
*-------------------------------------------------------------------------
*/
size_t
@@ -617,8 +601,6 @@ H5LDget_dset_type_size(hid_t did, const char *fields)
* Return: Success: 0
* Failure: negative value
*
- * Programmer: Vailin Choi; March 2010
- *
*-------------------------------------------------------------------------
*/
herr_t