summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jvmfwk/source/framework.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx
index dda5b3e8aefe..86d2df71be2e 100644
--- a/jvmfwk/source/framework.cxx
+++ b/jvmfwk/source/framework.cxx
@@ -947,8 +947,6 @@ javaFrameworkError jfw_existJRE(const JavaInfo *pInfo, bool *exist)
{
//get the function jfw_plugin_existJRE
jfw::VendorSettings aVendorSettings;
- jfw::CJavaInfo aInfo;
- aInfo = pInfo; //makes a copy of pInfo
javaPluginError plerr = jfw_plugin_existJRE(pInfo, exist);
javaFrameworkError ret = JFW_E_NONE;