summaryrefslogtreecommitdiffstats
path: root/test/istore.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 /test/istore.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 'test/istore.c')
-rw-r--r--test/istore.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/istore.c b/test/istore.c
index 916cf67..b688acd 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -94,8 +94,6 @@ is_sparse(void)
* Programmer: Robb Matzke
* Friday, October 10, 1997
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -137,13 +135,6 @@ print_array(uint8_t *array, size_t nx, size_t ny, size_t nz)
* Programmer: Robb Matzke
* Wednesday, October 15, 1997
*
- * Modifications:
- * Converted to use datasets instead of directly messing with
- * the istore routines, etc. since the new raw data architecture
- * performs hyperslab operations at a higher level than the
- * istore routines did and the new istore routines can't handle
- * I/O on more than one chunk at a time. QAK - 2003/04/16
- *
*-------------------------------------------------------------------------
*/
static hid_t
@@ -198,8 +189,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 15, 1997
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -246,8 +235,6 @@ test_create(hid_t f, const char *prefix)
* Programmer: Robb Matzke
* Wednesday, October 15, 1997
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t
@@ -445,8 +432,6 @@ error:
* Programmer: Robb Matzke
* Wednesday, October 22, 1997
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static herr_t