From a99c44c258d08c799dfebd05dc0d0d830d3de324 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Tue, 17 Feb 2015 16:08:59 +0100 Subject: pi_stress: remove timestamp of compilation from version output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Having the date and time of compilation is hardly useful and is in the way for reproducible building binaries. Signed-off-by: Uwe Kleine-König Signed-off-by: Clark Williams --- src/pi_tests/pi_stress.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pi_tests/pi_stress.c b/src/pi_tests/pi_stress.c index 46058e2..cf55712 100644 --- a/src/pi_tests/pi_stress.c +++ b/src/pi_tests/pi_stress.c @@ -1343,7 +1343,6 @@ void process_command_line(int argc, char **argv) break; case 'V': printf("pi_stress v%1.2f ", VERSION_STRING); - printf("(%s %s)\n", __DATE__, __TIME__); exit(0); case 'u': uniprocessor = 1; -- cgit 1.2.3-korg