commit:     9a17eeac7eb471d43a1fa12eb6aa683a94a56906
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 23:30:47 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 19:09:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a17eeac

eutils.eclass: Remove check_license function.

This is an inoperative stub since 2011, and no longer used in the tree.

 eclass/eutils.eclass | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
index f35fa5980d7..7fd4b847a64 100644
--- a/eclass/eutils.eclass
+++ b/eclass/eutils.eclass
@@ -869,10 +869,6 @@ optfeature() {
        fi
 }
 
-check_license() {
-       die "you no longer need this as portage supports ACCEPT_LICENSE itself"
-}
-
 case ${EAPI:-0} in
 0|1|2)
 

Reply via email to