commit: 1bef184ddf94db66a6f54af39f9b9b9057d81b11
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 01:24:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 19:47:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bef184d
portability.eclass: drop _dead_portability_user_funcs, is-login-disabled
Long fatal (died on calls).
Signed-off-by: Sam James <sam <AT> gentoo.org>
eclass/portability.eclass | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/eclass/portability.eclass b/eclass/portability.eclass
index 1cc36757b625..8df8fcebc47b 100644
--- a/eclass/portability.eclass
+++ b/eclass/portability.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: portability.eclass
@@ -153,7 +153,4 @@ get_mounts() {
done
}
-_dead_portability_user_funcs() { die "if you really need this, please file a
bug for [email protected]"; }
-is-login-disabled() { _dead_portability_user_funcs; }
-
fi