Remove unused jfw::VendorSettings instantiations

Change-Id: I0af90fbb9eb77e5e65b29a79cc3b37af8cfc75e6
This commit is contained in:
Stephan Bergmann
2017-04-11 22:43:26 +02:00
parent 598f788116
commit 9b157d37f1

View File

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