eutils.eclass: Remove check_license function.
authorUlrich Müller <ulm@gentoo.org>
Thu, 23 Nov 2017 23:30:47 +0000 (00:30 +0100)
committerUlrich Müller <ulm@gentoo.org>
Thu, 30 Nov 2017 19:09:15 +0000 (20:09 +0100)
This is an inoperative stub since 2011, and no longer used in the tree.

eclass/eutils.eclass

index f35fa5980d7a4de490418be934b705de7dd78cf9..7fd4b847a649e31dc974110a13550872894329a1 100644 (file)
@@ -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)