diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-04-12 18:01:25 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-04-12 18:01:25 +0000 |
| commit | 696bc4a74143a50fa754e7e50f3190baf8fb91d6 (patch) | |
| tree | c5befb614d622d25e2c5e286daa27233581e108d /contrib | |
| parent | f1c8f60b885d45105d7c9b9529ac13a692a7b615 (diff) | |
Notes
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/amd/amd/get_args.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/amd/amd/get_args.c b/contrib/amd/amd/get_args.c index dda761897995..8f743e6b2f3c 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); |
