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>
This commit is contained in:
Volkmar W. Pogatzki
2024-10-30 09:19:38 +01:00
committed by Miroslav Šulc
parent 55d8a20f7d
commit 48a74a98e1

View File

@@ -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