commit: eb970274d283dd3d9d8077c3cd5be3760b499528
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 18:00:25 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 18:00:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb970274
toolchain-funcs.eclass: remove tc-has-openmp
Signed-off-by: David Seifert <soap <AT> gentoo.org>
eclass/toolchain-funcs.eclass | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
index c2c2d1199155..8a4f33e71bb7 100644
--- a/eclass/toolchain-funcs.eclass
+++ b/eclass/toolchain-funcs.eclass
@@ -599,16 +599,6 @@ _tc-has-openmp() {
return ${ret}
}
-# @FUNCTION: tc-has-openmp
-# @USAGE: [toolchain prefix]
-# @DEPRECATED: tc-check-openmp
-# @DESCRIPTION:
-# See if the toolchain supports OpenMP. This function is deprecated and will
be
-# removed on 2023-01-01.
-tc-has-openmp() {
- _tc-has-openmp "$@"
-}
-
# @FUNCTION: tc-check-openmp
# @DESCRIPTION:
# Test for OpenMP support with the current compiler and error out with