From 9b157d37f15b34720fced0b94d4541f4149a8947 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 11 Apr 2017 22:43:26 +0200 Subject: Remove unused jfw::VendorSettings instantiations Change-Id: I0af90fbb9eb77e5e65b29a79cc3b37af8cfc75e6 --- jvmfwk/source/framework.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'jvmfwk') 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; -- cgit v1.2.3