summaryrefslogtreecommitdiffstats
path: root/tools/src/h5copy/h5copy.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-18 16:41:05 (GMT)
committerGitHub <noreply@github.com>2023-05-18 16:41:05 (GMT)
commit2b70d0dfdfa810e6c7b4e6d35922e58574c487f6 (patch)
tree470ac82a06150779ebf8ae99d202d1e135c95644 /tools/src/h5copy/h5copy.c
parent6fa5b7a04e73a514edbedab75d3914536939f7ef (diff)
downloadhdf5-2b70d0dfdfa810e6c7b4e6d35922e58574c487f6.zip
hdf5-2b70d0dfdfa810e6c7b4e6d35922e58574c487f6.tar.gz
hdf5-2b70d0dfdfa810e6c7b4e6d35922e58574c487f6.tar.bz2
Add h5copy help test and verify consistency (#2903)
Diffstat (limited to 'tools/src/h5copy/h5copy.c')
-rw-r--r--tools/src/h5copy/h5copy.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/src/h5copy/h5copy.c b/tools/src/h5copy/h5copy.c
index c4e4275..3734628 100644
--- a/tools/src/h5copy/h5copy.c
+++ b/tools/src/h5copy/h5copy.c
@@ -46,8 +46,6 @@ char *str_flag = NULL;
* Programmer: Quincey Koziol
* Saturday, 31. January 2004
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -77,8 +75,6 @@ leave(int ret)
*
* Programmer: Pedro Vicente Nunes, 7/8/2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
static void
@@ -159,8 +155,6 @@ usage(void)
*
* Programmer: Pedro Vicente Nunes, 7/8/2006
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/
@@ -207,8 +201,6 @@ parse_flag(const char *s_flag, unsigned *flag)
*
* Programmer: Pedro Vicente Nunes
*
- * Modifications:
- *
*-------------------------------------------------------------------------
*/