summaryrefslogtreecommitdiffstats
path: root/src/H5Tprecis.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-05-08 00:27:03 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-05-08 00:27:03 (GMT)
commit94bb7e1f789362601b575b262f038f5396aa9f67 (patch)
treeff82316225254970d6845f47ef37b54ef5af2776 /src/H5Tprecis.c
parentf8e8b340dcc2e3abbf477b49b2ee0c2fdede1e7c (diff)
downloadhdf5-94bb7e1f789362601b575b262f038f5396aa9f67.zip
hdf5-94bb7e1f789362601b575b262f038f5396aa9f67.tar.gz
hdf5-94bb7e1f789362601b575b262f038f5396aa9f67.tar.bz2
Normalization of H5T
Diffstat (limited to 'src/H5Tprecis.c')
-rw-r--r--src/H5Tprecis.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/H5Tprecis.c b/src/H5Tprecis.c
index 69ccb84..f992141 100644
--- a/src/H5Tprecis.c
+++ b/src/H5Tprecis.c
@@ -42,10 +42,6 @@ static herr_t H5T_set_precision(const H5T_t *dt, size_t prec);
* Programmer: Robb Matzke
* Wednesday, January 7, 1998
*
- * Modifications:
- * Robb Matzke, 22 Dec 1998
- * Also works for derived datatypes.
- *
*-------------------------------------------------------------------------
*/
size_t
@@ -129,10 +125,6 @@ done:
* Programmer: Robb Matzke
* Wednesday, January 7, 1998
*
- * Modifications:
- * Robb Matzke, 22 Dec 1998
- * Moved real work to a private function.
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -191,10 +183,6 @@ done:
* Programmer: Robb Matzke
* Wednesday, January 7, 1998
*
- * Modifications:
- * Robb Matzke, 22 Dec 1998
- * Also works for derived datatypes.
- *
*-------------------------------------------------------------------------
*/
static herr_t