diff options
author | Ed Maste <emaste@FreeBSD.org> | 2019-11-21 13:57:30 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2019-11-21 13:57:30 +0000 |
commit | 58e70aa0cf3dab97d9cd5cf2324f68562a222982 (patch) | |
tree | 1fd4c138a33e18c7c03b662039e96a4cc89d652d /contrib/amd/amd/amd.c | |
parent | 1da495d063aad879b952ff58329224f9be5752c6 (diff) | |
download | src-58e70aa0cf3dab97d9cd5cf2324f68562a222982.tar.gz src-58e70aa0cf3dab97d9cd5cf2324f68562a222982.zip |
revert contrib/amd changes accidentally committed with r354950
Notes
Notes:
svn path=/head/; revision=354951
Diffstat (limited to 'contrib/amd/amd/amd.c')
-rw-r--r-- | contrib/amd/amd/amd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/amd/amd/amd.c b/contrib/amd/amd/amd.c index 5efe0d81be99..7ec49ce1cec5 100644 --- a/contrib/amd/amd/amd.c +++ b/contrib/amd/amd/amd.c @@ -414,8 +414,6 @@ main(int argc, char *argv[]) progname = "amd"; am_set_progname(progname); - plog(XLOG_WARNING, "built-in amd in FreeBSD is deprecated and will be removed before FreeBSD 13"); - /* * Initialize process id. This is kept * cached since it is used for generating |