diff options
author | Quincey Koziol <quincey@koziol.cc> | 2023-04-11 14:41:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 14:41:32 (GMT) |
commit | 49a71463a064a80aec7f67d6de008d892954febf (patch) | |
tree | 4e0d432ab31655d169ce88a14dff70f2d0cefc2a /tools/src/misc | |
parent | 1ad030f6696159c498880a4d785f9a2f7ae6fd32 (diff) | |
download | hdf5-49a71463a064a80aec7f67d6de008d892954febf.zip hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.gz hdf5-49a71463a064a80aec7f67d6de008d892954febf.tar.bz2 |
Comment cleanup (#2689)
* Clean up content and redundant logging in comments.
Diffstat (limited to 'tools/src/misc')
-rw-r--r-- | tools/src/misc/h5repart.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/src/misc/h5repart.c b/tools/src/misc/h5repart.c index ac10944..c01ec0f 100644 --- a/tools/src/misc/h5repart.c +++ b/tools/src/misc/h5repart.c @@ -45,8 +45,6 @@ * Programmer: Robb Matzke * Wednesday, May 13, 1998 * - * Modifications: - * *------------------------------------------------------------------------- */ static void @@ -146,8 +144,6 @@ get_size(const char *progname, int *argno, int argc, char *argv[]) * Programmer: Robb Matzke * Wednesday, May 13, 1998 * - * Modifications: - * *------------------------------------------------------------------------- */ H5_GCC_CLANG_DIAG_OFF("format-nonliteral") |