diff options
Diffstat (limited to 'eclass/portability.eclass')
-rw-r--r-- | eclass/portability.eclass | 5 |
1 files changed, 1 insertions, 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 base-system@gentoo.org"; } -is-login-disabled() { _dead_portability_user_funcs; } - fi |