summaryrefslogtreecommitdiff
path: root/jvmfwk/source
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/source')
-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;