toolchain-funcs.eclass: remove tc-has-openmp

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2023-02-19 19:00:25 +01:00
parent 05ef12ca78
commit eb970274d2

View File

@@ -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