diff options
| author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-05-26 10:00:48 +0200 |
|---|---|---|
| committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-06-14 12:00:10 +0200 |
| commit | ad8cd90f68f7448bbaf6d4501a28ffb41555305f (patch) | |
| tree | e152f4ac385e8818496b215258c7c2d6c23df4f3 /eclass/java-utils-2.eclass | |
| parent | 41faa907e3a36f4ed00aced3499d469abb865281 (diff) | |
| download | gentoo-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/java-utils-2.eclass')
| -rw-r--r-- | eclass/java-utils-2.eclass | 4 |
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 $? |
