summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-03-14 23:04:38 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-03-14 23:17:57 +0000
commitbcf1fe480cfbe72b7c9c3ff488484145145b3256 (patch)
treedab9c2672b9fe70e3439f02a0e4ecd9919a7329e /eclass
parentflag-o-matic.eclass: crash in test-flag-PROG() when ${TEMP} is not writable (diff)
downloadgentoo-bcf1fe480cfbe72b7c9c3ff488484145145b3256.tar.gz
gentoo-bcf1fe480cfbe72b7c9c3ff488484145145b3256.tar.bz2
gentoo-bcf1fe480cfbe72b7c9c3ff488484145145b3256.zip
flag-o-matic.eclass: drop deprecated has_m32/has_m64 functions
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>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/flag-o-matic.eclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 1e685864f465..79f825222a23 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -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.