From 9032e783496f7be2fd4c9a6824bba19cf8ad047c Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sat, 31 Aug 2013 09:53:19 -0400 Subject: [PATCH] There is no bug since the testsuite uses -o for preprocessed output (thus the printf never gets involved) if the testsuite read the preprocessor output from stdout than things would be wrong, since however it isn't there is no bug. --- main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.c b/main.c index 70d46c5..33bde55 100644 --- a/main.c +++ b/main.c @@ -568,8 +568,6 @@ int main(int argc, char **argv) { util_seed(time(0)); - printf("size is: %u\n", (unsigned)sizeof(opts_cmd_t)); - if (!options_parse(argc, argv)) { return usage(); } -- 2.39.2