summaryrefslogtreecommitdiffstats
path: root/src/H5VLpassthru.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/H5VLpassthru.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/H5VLpassthru.c')
-rw-r--r--src/H5VLpassthru.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/H5VLpassthru.c b/src/H5VLpassthru.c
index a2cedfb..3867df2 100644
--- a/src/H5VLpassthru.c
+++ b/src/H5VLpassthru.c
@@ -375,9 +375,6 @@ static hid_t H5VL_PASSTHRU_g = H5I_INVALID_HID;
* Return: Success: Pointer to the new pass through object
* Failure: NULL
*
- * Programmer: Quincey Koziol
- * Monday, December 3, 2018
- *
*-------------------------------------------------------------------------
*/
static H5VL_pass_through_t *
@@ -405,9 +402,6 @@ H5VL_pass_through_new_obj(void *under_obj, hid_t under_vol_id)
* Return: Success: 0
* Failure: -1
*
- * Programmer: Quincey Koziol
- * Monday, December 3, 2018
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -435,9 +429,6 @@ H5VL_pass_through_free_obj(H5VL_pass_through_t *obj)
* Return: Success: The ID for the pass-through VOL connector
* Failure: -1
*
- * Programmer: Quincey Koziol
- * Wednesday, November 28, 2018
- *
*-------------------------------------------------------------------------
*/
hid_t