summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-11 22:43:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-12 09:36:20 +0200
commit9b157d37f15b34720fced0b94d4541f4149a8947 (patch)
treecc28a7355b1b290b7198365b2aa43d1d35aff913 /jvmfwk
parent598f788116cc830ffd8e3b214d5dade651e2aa95 (diff)
Remove unused jfw::VendorSettings instantiations
Change-Id: I0af90fbb9eb77e5e65b29a79cc3b37af8cfc75e6
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/source/framework.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx
index 86d2df71be2e..adca111e3246 100644
--- a/jvmfwk/source/framework.cxx
+++ b/jvmfwk/source/framework.cxx
@@ -286,9 +286,6 @@ javaFrameworkError jfw_startVM(
}
assert(pInfo != nullptr);
- //get the function jfw_plugin_startJavaVirtualMachine
- jfw::VendorSettings aVendorSettings;
-
// create JavaVMOptions array that is passed to the plugin
// it contains the classpath and all options set in the
//options dialog
@@ -945,8 +942,6 @@ javaFrameworkError jfw_addJRELocation(OUString const & sLocation)
javaFrameworkError jfw_existJRE(const JavaInfo *pInfo, bool *exist)
{
- //get the function jfw_plugin_existJRE
- jfw::VendorSettings aVendorSettings;
javaPluginError plerr = jfw_plugin_existJRE(pInfo, exist);
javaFrameworkError ret = JFW_E_NONE;