summaryrefslogtreecommitdiffstats
path: root/src/H5VLpassthru.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 /src/H5VLpassthru.c
parent1e91d96fa02466ffe451319bdac1005f84dc7993 (diff)
downloadhdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz
hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2
Remove "Programmer" lines (#3294)
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 4ceac7a..17673b9 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