diff options
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 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 |