summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/zip_perf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/perform/zip_perf.c')
-rw-r--r--tools/test/perform/zip_perf.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/test/perform/zip_perf.c b/tools/test/perform/zip_perf.c
index 19b29ba..256289c 100644
--- a/tools/test/perform/zip_perf.c
+++ b/tools/test/perform/zip_perf.c
@@ -77,7 +77,6 @@ static struct h5_long_options l_opts[] = {{"help", no_arg, 'h'},
* Function: error
* Purpose: Display error message and exit.
* Programmer: Bill Wendling, 05. June 2002
- * Modifications:
*/
static void
error(const char *fmt, ...)
@@ -99,7 +98,6 @@ error(const char *fmt, ...)
* Purpose: Cleanup the output file.
* Returns: Nothing
* Programmer: Bill Wendling, 06. June 2002
- * Modifications:
*/
static void
cleanup(void)
@@ -164,7 +162,6 @@ write_file(Bytef *source, uLongf sourceLen)
* Z_BUF_ERROR - not enough room in the output buffer
* Z_STREAM_ERROR - level parameter is invalid
* Programmer: Bill Wendling, 05. June 2002
- * Modifications:
*/
static void
compress_buffer(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
@@ -198,7 +195,6 @@ compress_buffer(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceL
* pre-existing files.
* Returns: Nothing
* Programmer: Bill Wendling, 06. June 2002
- * Modifications:
*/
#define ZIP_PERF_FILE "zip_perf.data"
static void
@@ -235,7 +231,6 @@ get_unique_name(void)
* Purpose: Print a usage message and then exit.
* Return: Nothing
* Programmer: Bill Wendling, 05. June 2002
- * Modifications:
*/
static void
usage(void)
@@ -278,7 +273,6 @@ usage(void)
* If an unknown size indicator is used, then the program will
* exit with EXIT_FAILURE as the return value.
* Programmer: Bill Wendling, 05. June 2002
- * Modifications:
*/
static unsigned long
parse_size_directive(const char *size)
@@ -467,7 +461,6 @@ do_write_test(unsigned long file_size, unsigned long min_buf_size, unsigned long
* Purpose: Run the program
* Return: EXIT_SUCCESS or EXIT_FAILURE
* Programmer: Bill Wendling, 05. June 2002
- * Modifications:
*/
int
main(int argc, char *argv[])
@@ -555,7 +548,6 @@ main(int argc, char *argv[])
* zlib stuff.
* Return: EXIT_SUCCESS
* Programmer: Bill Wendling, 10. June 2002
- * Modifications:
*/
int
main(void)