summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-10-30 09:19:38 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2024-10-30 12:43:03 +0100
commit48a74a98e1d9abbe59dab0b2ca9300479ffcf423 (patch)
treeadf830fdfa81771c2aa425aee1175b9a95c9a14f /eclass
parentdev-java/jna: add 5.15.0 (diff)
downloadgentoo-48a74a98e1d9abbe59dab0b2ca9300479ffcf423.tar.gz
gentoo-48a74a98e1d9abbe59dab0b2ca9300479ffcf423.tar.bz2
gentoo-48a74a98e1d9abbe59dab0b2ca9300479ffcf423.zip
java-utils-2.eclass: remove undocumented unused function
Removes java-pkg_set-current-vm Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38836 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 8d9ef40b3570..237657cf551a 100644
--- a/eclass/java-utils-2.eclass
+++ b/eclass/java-utils-2.eclass
@@ -1636,10 +1636,6 @@ java-pkg_is-vm-version-ge() {
fi
}
-java-pkg_set-current-vm() {
- export GENTOO_VM=${1}
-}
-
# @FUNCTION: java-pkg_current-vm-matches
# @USAGE: <vm_string1> [<vm_string2> [<vm_string3>...]]
# @RETURN: 0: the current vm matches any of the provided strings