summaryrefslogtreecommitdiffstats
path: root/src/H5FDstdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDstdio.c')
-rw-r--r--src/H5FDstdio.c52
1 files changed, 0 insertions, 52 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c
index 2e4473e..e583157 100644
--- a/src/H5FDstdio.c
+++ b/src/H5FDstdio.c
@@ -233,9 +233,6 @@ static const H5FD_class_t H5FD_stdio_g = {
*
* Failure: Negative.
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -268,9 +265,6 @@ H5FD_stdio_init(void)
*
* Returns: Non-negative on success or negative on failure
*
- * Programmer: Quincey Koziol
- * Friday, Jan 30, 2004
- *
*---------------------------------------------------------------------------
*/
static herr_t
@@ -291,9 +285,6 @@ H5FD_stdio_term(void)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Thursday, February 19, 1998
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -331,9 +322,6 @@ H5Pset_fapl_stdio(hid_t fapl_id)
*
* Failure: NULL
*
- * Programmer: Robb Matzke
- * Wednesday, October 22, 1997
- *
*-------------------------------------------------------------------------
*/
static H5FD_t *
@@ -488,9 +476,6 @@ H5FD_stdio_open(const char *name, unsigned flags, hid_t fapl_id, haddr_t maxaddr
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Wednesday, October 22, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -521,9 +506,6 @@ H5FD_stdio_close(H5FD_t *_file)
*
* Failure: never fails (arguments were checked by the caller).
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static int
@@ -585,9 +567,6 @@ H5FD_stdio_cmp(const H5FD_t *_f1, const H5FD_t *_f2)
*
* Failure: negative
*
- * Programmer: Quincey Koziol
- * Friday, August 25, 2000
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -627,9 +606,6 @@ H5FD_stdio_query(const H5FD_t *_f, unsigned long /*OUT*/ *flags)
*
* Failure: HADDR_UNDEF
*
- * Programmer: Raymond Lu
- * 30 March 2007
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -664,9 +640,6 @@ H5FD_stdio_alloc(H5FD_t *_file, H5FD_mem_t /*UNUSED*/ type, hid_t /*UNUSED*/ dxp
*
* Failure: HADDR_UNDEF
*
- * Programmer: Robb Matzke
- * Monday, August 2, 1999
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -694,9 +667,6 @@ H5FD_stdio_get_eoa(const H5FD_t *_file, H5FD_mem_t /*UNUSED*/ type)
*
* Failure: Does not fail
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -728,9 +698,6 @@ H5FD_stdio_set_eoa(H5FD_t *_file, H5FD_mem_t /*UNUSED*/ type, haddr_t addr)
*
* Failure: HADDR_UNDEF
*
- * Programmer: Robb Matzke
- * Thursday, July 29, 1999
- *
*-------------------------------------------------------------------------
*/
static haddr_t
@@ -757,9 +724,6 @@ H5FD_stdio_get_eof(const H5FD_t *_file, H5FD_mem_t /*UNUSED*/ type)
*
* Returns: Non-negative if succeed or negative if fails.
*
- * Programmer: Raymond Lu
- * Sept. 16, 2002
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -794,9 +758,6 @@ H5FD_stdio_get_handle(H5FD_t *_file, hid_t /*UNUSED*/ fapl, void **file_handle)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Wednesday, October 22, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -897,9 +858,6 @@ H5FD_stdio_read(H5FD_t *_file, H5FD_mem_t /*UNUSED*/ type, hid_t /*UNUSED*/ dxpl
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Wednesday, October 22, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -985,9 +943,6 @@ H5FD_stdio_write(H5FD_t *_file, H5FD_mem_t /*UNUSED*/ type, hid_t /*UNUSED*/ dxp
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Robb Matzke
- * Wednesday, October 22, 1997
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1029,9 +984,6 @@ H5FD_stdio_flush(H5FD_t *_file, hid_t /*UNUSED*/ dxpl_id, hbool_t closing)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Quincey Koziol
- * Thursday, January 31, 2008
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1120,8 +1072,6 @@ H5FD_stdio_truncate(H5FD_t *_file, hid_t /*UNUSED*/ dxpl_id, hbool_t /*UNUSED*/
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; March 2015
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -1171,8 +1121,6 @@ H5FD_stdio_lock(H5FD_t *_file, hbool_t rw)
*
* Return: Non-negative on success/Negative on failure
*
- * Programmer: Vailin Choi; March 2015
- *
*-------------------------------------------------------------------------
*/
static herr_t