From 32009294d2de3e197c8d4dc950559ff948ea2fc9 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 4 Oct 2024 08:58:47 +0200 Subject: Clean up tool output --- tools/001_derive_h48/derive_h48.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tools/001_derive_h48') diff --git a/tools/001_derive_h48/derive_h48.c b/tools/001_derive_h48/derive_h48.c index 3c7f8cc..c3062bf 100644 --- a/tools/001_derive_h48/derive_h48.c +++ b/tools/001_derive_h48/derive_h48.c @@ -7,8 +7,6 @@ void run(void) { } int main(int argc, char **argv) { - char description[256]; - if (argc < 5) { fprintf(stderr, "Error: not enough arguments. Required:\n" @@ -23,11 +21,10 @@ int main(int argc, char **argv) { opts_small = argv[2]; filename_large = argv[3]; filename_small = argv[4]; - sprintf(description, "deriving %s from %s\n", opts_small, opts_large); nissy_setlogger(log_stderr); - timerun(run, description); + timerun(run); return 0; } -- cgit v1.3