diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-07-27 21:08:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 21:08:47 (GMT) |
commit | 61186204c020a81b5b0044a3b5e08311ccf1424d (patch) | |
tree | d39acd70c119e92640277d4f595963f07d77f13c /src/H5Fspace.c | |
parent | 1e91d96fa02466ffe451319bdac1005f84dc7993 (diff) | |
download | hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.zip hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.gz hdf5-61186204c020a81b5b0044a3b5e08311ccf1424d.tar.bz2 |
Remove "Programmer" lines (#3294)
Diffstat (limited to 'src/H5Fspace.c')
-rw-r--r-- | src/H5Fspace.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/H5Fspace.c b/src/H5Fspace.c index 44f5653..c3fa4e6 100644 --- a/src/H5Fspace.c +++ b/src/H5Fspace.c @@ -13,8 +13,6 @@ /*------------------------------------------------------------------------- * * Created: H5Fspace.c - * Dec 30 2013 - * Quincey Koziol * * Purpose: Space allocation routines for the file. * @@ -76,9 +74,6 @@ * Return: Success: The format address of the new file memory. * Failure: The undefined address HADDR_UNDEF * - * Programmer: Quincey Koziol - * Monday, December 30, 2013 - * *------------------------------------------------------------------------- */ haddr_t @@ -135,9 +130,6 @@ done: * Return: Success: Non-negative * Failure: Negative * - * Programmer: Quincey Koziol - * Monday, December 30, 2013 - * *------------------------------------------------------------------------- */ herr_t @@ -179,9 +171,6 @@ done: * FALSE(0) - Block could not be extended * Failure: FAIL * - * Programmer: Quincey Koziol - * Monday, 30 December, 2013 - * *------------------------------------------------------------------------- */ htri_t |