summaryrefslogtreecommitdiffstats
path: root/src/H5Dnone.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-29 19:13:29 (GMT)
committerGitHub <noreply@github.com>2023-06-29 19:13:29 (GMT)
commitfd933f30b1f8cd487ad790ac0b054bb779280a62 (patch)
tree9e366b2c19f1d84e28af4e588daf7bd8c075f8b6 /src/H5Dnone.c
parentfd56a593b7928da636b2494b25cd7478fed78c29 (diff)
downloadhdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.zip
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.gz
hdf5-fd933f30b1f8cd487ad790ac0b054bb779280a62.tar.bz2
Remove programmer/date from comments (#3210)
* Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
Diffstat (limited to 'src/H5Dnone.c')
-rw-r--r--src/H5Dnone.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/H5Dnone.c b/src/H5Dnone.c
index 2994821..f0cb3fd 100644
--- a/src/H5Dnone.c
+++ b/src/H5Dnone.c
@@ -104,8 +104,6 @@ const H5D_chunk_ops_t H5D_COPS_NONE[1] = {{
* Return: Non-negative on success
* Negative on failure.
*
- * Programmer: Vailin Choi; September 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -149,8 +147,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; September 2010
- *
*-------------------------------------------------------------------------
*/
static hbool_t
@@ -172,8 +168,6 @@ H5D__none_idx_is_space_alloc(const H5O_storage_chunk_t *storage)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; Sept 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -213,8 +207,6 @@ H5D__none_idx_get_addr(const H5D_chk_idx_info_t *idx_info, H5D_chunk_ud_t *udata
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; September 2010
- *
*-------------------------------------------------------------------------
*/
static int
@@ -293,8 +285,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; Sept 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -316,8 +306,6 @@ H5D__none_idx_remove(const H5D_chk_idx_info_t H5_ATTR_UNUSED *idx_info,
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; Sept 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -355,8 +343,6 @@ done:
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; Sept 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -405,8 +391,6 @@ done:
* Return: Success: Non-negative
* Failure: negative
*
- * Programmer: Vailin Choi; Sept 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -429,8 +413,6 @@ H5D__none_idx_size(const H5D_chk_idx_info_t H5_ATTR_UNUSED *idx_info, hsize_t *i
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; Sept 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -455,8 +437,6 @@ H5D__none_idx_reset(H5O_storage_chunk_t *storage, hbool_t reset_addr)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; September 2010
- *
*-------------------------------------------------------------------------
*/
static herr_t