commit: 48a74a98e1d9abbe59dab0b2ca9300479ffcf423 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Oct 30 08:19:38 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Oct 30 11:43:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a74a98
java-utils-2.eclass: remove undocumented unused function Removes java-pkg_set-current-vm Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38836 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> eclass/java-utils-2.eclass | 4 ---- 1 file changed, 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
