summaryrefslogtreecommitdiffstats
path: root/hl/src/H5PT.c
diff options
context:
space:
mode:
authorQuincey Koziol <quincey@koziol.cc>2023-04-11 14:41:32 (GMT)
committerGitHub <noreply@github.com>2023-04-11 14:41:32 (GMT)
commit49a71463a064a80aec7f67d6de008d892954febf (patch)
tree4e0d432ab31655d169ce88a14dff70f2d0cefc2a /hl/src/H5PT.c
parent1ad030f6696159c498880a4d785f9a2f7ae6fd32 (diff)
downloadhdf5-49a71463a064a80aec7f67d6de008d892954febf.zip
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.gz
hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.bz2
Comment cleanup (#2689)
* Clean up content and redundant logging in comments.
Diffstat (limited to 'hl/src/H5PT.c')
-rw-r--r--hl/src/H5PT.c50
1 files changed, 0 insertions, 50 deletions
diff --git a/hl/src/H5PT.c b/hl/src/H5PT.c
index 8f0b323..9d5d627 100644
--- a/hl/src/H5PT.c
+++ b/hl/src/H5PT.c
@@ -58,13 +58,6 @@ static herr_t H5PT_get_index(htbl_t *table_id, hsize_t *pt_index);
* currently. Fill data is not necessary because the
* table is initially of size 0.
*
- * Modifications:
- * Mar 1, 2016
- * This function is added to replace H5PTcreate_fl and it differs
- * from H5PTcreate_fl only because its last argument is plist_id
- * instead of compression; this is to allow flexible compression.
- * -BMR
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -183,8 +176,6 @@ error:
* currently. Fill data is not necessary because the
* table is initially of size 0.
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -297,13 +288,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- * John Mainzer -- 4/23/08
- * Added error check on malloc of table, initialized fields
- * in table to keep lower level code from choking on bogus
- * data in error cases.
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -422,8 +406,6 @@ H5PT_free_id(void *id, void H5_ATTR_UNUSED **_ctx)
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -470,8 +452,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -524,8 +504,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -574,9 +552,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -618,9 +593,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -667,8 +639,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -720,8 +690,6 @@ H5PT_get_index(htbl_t *table, hsize_t *pt_index)
*
* Comments:
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -781,9 +749,6 @@ H5PTget_index(hid_t table_id, hsize_t *pt_index)
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -818,9 +783,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -848,9 +810,6 @@ H5PTis_valid(hid_t table_id)
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
herr_t
@@ -898,9 +857,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
@@ -956,9 +912,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
hid_t
@@ -991,9 +944,6 @@ error:
*
* Comments:
*
- * Modifications:
- *
- *
*-------------------------------------------------------------------------
*/
hid_t