flag-o-matic.eclass: drop deprecated has_m32/has_m64 functions
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 14 Mar 2020 23:04:38 +0000 (23:04 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 14 Mar 2020 23:17:57 +0000 (23:17 +0000)
has_m32/has_m64 were turned into 'die' calls with
d863983fc89289 "mark has_m32 as dead since no one uses it,
and mark has_m64 as a warning until xalan-c gets fixed #398855"
Sat Jan 14 08:22:13 2012 +0000

Time to remove these helpers.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/flag-o-matic.eclass

index 1e685864f4653b073708038731cd6c7632cd4614..79f825222a23217eaa4300added22f92553635d7 100644 (file)
@@ -648,14 +648,6 @@ get-flag() {
        return 1
 }
 
-has_m64() {
-       die "${FUNCNAME}: don't use this anymore"
-}
-
-has_m32() {
-       die "${FUNCNAME}: don't use this anymore"
-}
-
 # @FUNCTION: replace-sparc64-flags
 # @DESCRIPTION:
 # Sets mcpu to v8 and uses the original value as mtune if none specified.