summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-05-26 10:00:48 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-06-14 12:00:10 +0200
commitad8cd90f68f7448bbaf6d4501a28ffb41555305f (patch)
treee152f4ac385e8818496b215258c7c2d6c23df4f3 /eclass
parentjava-utils-2.eclass: eerror if java-utils-2 is inherited directly (diff)
downloadgentoo-ad8cd90f68f7448bbaf6d4501a28ffb41555305f.tar.gz
gentoo-ad8cd90f68f7448bbaf6d4501a28ffb41555305f.tar.bz2
gentoo-ad8cd90f68f7448bbaf6d4501a28ffb41555305f.zip
java-utils-2.eclass: drop redundant java-pkg_get-current-vm()
Removes the first of two different versions of java-pkg_get-current-vm() Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35287 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/java-utils-2.eclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
index bc6fe9086583..b72a00b352d2 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -1646,10 +1646,6 @@ java-pkg_set-current-vm() {
export GENTOO_VM=${1}
}
-java-pkg_get-current-vm() {
- echo ${GENTOO_VM}
-}
-
java-pkg_current-vm-matches() {
has $(java-pkg_get-current-vm) ${@}
return $?