summaryrefslogtreecommitdiffstats
path: root/test/file_image.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/file_image.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/file_image.c')
-rw-r--r--test/file_image.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/file_image.c b/test/file_image.c
index 0398c15..e9f50c3 100644
--- a/test/file_image.c
+++ b/test/file_image.c
@@ -699,10 +699,6 @@ error:
* Programmer: John Mainzer
* Tuesday, November 15, 2011
*
- * Modifications:
- * Vailin Choi; July 2013
- * Add the creation of user block to the file as indicated by the parameter "user".
- *
******************************************************************************
*/
/* Disable warning for "format not a string literal" here -QAK */
@@ -1343,10 +1339,6 @@ error:
return 1;
} /* test_get_file_image_error_rejection() */
-/*
- * Modifications:
- * Add testing for file image with or without user block in the file.
- */
int
main(void)
{