summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin37519 -> 37514 bytes
-rw-r--r--eclass/toolchain-funcs.eclass10
2 files changed, 0 insertions, 10 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index b8f2907aa3bd..31e7d893c03b 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
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