diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-11 22:33:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-12 09:36:20 +0200 |
commit | 598f788116cc830ffd8e3b214d5dade651e2aa95 (patch) | |
tree | dfde65b297f9ae8e4cd232759b9f5d9ab653e818 /jvmfwk | |
parent | 331f0e0c1e921d41116de5190c6eee81fad63a61 (diff) |
Remove unnecessary copy
Change-Id: Ib350999ddf3ed2753b9e615a07b963c459dc714b
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/source/framework.cxx | 2 |
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; |