From 288923c300383a264d53e74acfc847d3e2ea8eeb Mon Sep 17 00:00:00 2001 From: des Date: Sat, 12 Apr 2014 18:01:25 +0000 Subject: Remove the names of the build host and user and the build date. This still leaves the host OS and version, but these are harder to remove. MFC after: 3 weeks --- contrib/amd/amd/get_args.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'contrib/amd') diff --git a/contrib/amd/amd/get_args.c b/contrib/amd/amd/get_args.c index dda7618..8f743e6 100644 --- a/contrib/amd/amd/get_args.c +++ b/contrib/amd/amd/get_args.c @@ -93,12 +93,6 @@ get_version_string(void) strlcat(vers, tmpbuf, len); xsnprintf(tmpbuf, sizeof(tmpbuf), "Report bugs to %s.\n", PACKAGE_BUGREPORT); strlcat(vers, tmpbuf, len); - xsnprintf(tmpbuf, sizeof(tmpbuf), "Configured by %s@%s on date %s.\n", - USER_NAME, HOST_NAME, CONFIG_DATE); - strlcat(vers, tmpbuf, len); - xsnprintf(tmpbuf, sizeof(tmpbuf), "Built by %s@%s.\n", - BUILD_USER, BUILD_HOST); - strlcat(vers, tmpbuf, len); xsnprintf(tmpbuf, sizeof(tmpbuf), "cpu=%s (%s-endian), arch=%s, karch=%s.\n", cpu, endian, gopt.arch, gopt.karch); strlcat(vers, tmpbuf, len); -- cgit v1.1